#13856 closed defect (fixed)
TimeTextBox: need more a11y support
Reported by: | JayZ(zhouxiang) | Owned by: | mikeb |
---|---|---|---|
Priority: | high | Milestone: | 1.11 |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | a11y | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
The time picker would be better to support several key event e.g. up/down, and possibly others (pageup/pagedown for per-hour moves, etc).
JAWS screen reader doesn't read the time options as you move focus through them.
Change History (6)
comment:1 Changed 9 years ago by
Owner: | changed from Douglas Hays to Katie Vance |
---|
comment:2 Changed 9 years ago by
After investigation, it would be simple to add support for page up/down. However, I'm not sure how to address the JAWS issue, since the time entries are not actually getting focus. I've tried using roles for menu and menuitem as well as listbox and option. Neither of which are working and I think it's because the entries are not getting focus.
comment:3 Changed 9 years ago by
Owner: | changed from Katie Vance to mikeb |
---|---|
Status: | new → assigned |
Summary: | need more a11y support on dijit.timetextbox widget → TimeTextBox: need more a11y support |
Probably it should work the same as ComboBox; the drop down doesn't get focus but the current value is copied into the <input>.
comment:4 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 6 years ago by
Milestone: | tbd → 1.11 |
---|
Please investigate