-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
Component: SliderSEV missinga11yIssues related to accessibilityIssues related to accessibilitybugSomething isn't workingSomething isn't workingneeds jira ticket
Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
sp-slider
Expected behavior
Both the slider and the input should be keyboard focusable and accessible.
Actual behavior
The handler is keyboard accessible only when the slider is not editable
Screenshots
N/A
What browsers are you seeing the problem in?
Firefox, Chrome, Safari, Microsoft Edge
How can we reproduce this issue?
- Go to https://opensource.adobe.com/spectrum-web-components/components/slider/
- Navigate using the keyboard
- Observe there is no tab stop on the handler when the slider is editable
Sample code or abstract reproduction which illustrates the problem
Seems like this was intentional, as per
tabindex=${ifDefined(this.host.editable ? -1 : undefined)} |
Severity
None
Logs taken while reproducing problem
No response
Metadata
Metadata
Assignees
Labels
Component: SliderSEV missinga11yIssues related to accessibilityIssues related to accessibilitybugSomething isn't workingSomething isn't workingneeds jira ticket