Opened 15 years ago
Closed 15 years ago
#4492 closed defect (fixed)
no keyboard focus on slider
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | Adam Peller | |
Blocked By: | Blocking: |
Description
I suspect this is a regression from the attributemap fix and may already be known but I didn't see a ticket so I submitted.
There needs to be some focus node on the slider. Previously it was on the slider "grab" itself. I can live with the focus element changing but something needs to get keyboard focus so the user can use left and right arrows to change the slider value.
Note: See
TracTickets for help on using
tickets.
(In [10545]) fixes #4492 - no focus to slider. attributeMap in slider.js needs to inherit from _FormWidget rather than just _Widget.