-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VRangeSliderC: VSliderT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featureshas workaround
Milestone
Description
Environment
Vuetify Version: 3.3.4
Vue Version: 3.3.4
Browsers: Edge 114.0.1823.43
OS: Windows 10
Steps to reproduce
- Open the Playground link
- Wait 5 seconds for the slider to get focused
- When the slider is focused, try to use your keyboard arrows to move the slider. It won't work. It only works if the input is focused after a
click
ortouchend
event
Expected Behavior
The same functionality of standard sliders (like shown at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range), which after being clicked can be interacted with keyboard and is WHATWG compliant (https://html.spec.whatwg.org/multipage/input.html#common-input-element-events)
Actual Behavior
VSlider is not WHATWG compliant regarding focus state
Reproduction Link
Metadata
Metadata
Assignees
Labels
C: VRangeSliderC: VSliderT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featureshas workaround