[Bug][a11y]: ColorSlider fails to announce new value on change after a keydown event #3303
Closed
1 task done
Labels
a11y
Issues related to accessibility
bug
Something isn't working
Component: Color slider
triage
An issue needing triage
Code of conduct
Impacted component(s)
ColorSlider
Expected behavior
Using VoiceOver, ColorSlider should announce the new value after using ArrowRight/ArrowLeft/ArrowUp/ArrowDown.
Actual behavior
Using VoiceOver, ColorSlider fails to announce the new value after using ArrowRight/ArrowLeft/ArrowUp/ArrowDown.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
sp-color-slider
instance under the heading "Default"Sample code that illustrates the problem
Possible solution:
aria-valuetext
to theinput
at:spectrum-web-components/packages/color-slider/src/ColorSlider.ts
Line 336 in a447ba2
sliderHandlePosition
calculation inhandleKeydown
, so that we increment by the value of astep
rather than 360/100, at:spectrum-web-components/packages/color-slider/src/ColorSlider.ts
Lines 141 to 144 in a447ba2
to
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: