Opened 14 years ago
Closed 14 years ago
#2219 closed defect (duplicate)
combobox needs focus set on list of choices for a11y support
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Need to actually set focus to the items as move through them with the keyboard. The current implementation only changes the style. Thus, each item in the list will need an initial tabindex=-1
need to add the waiRole=combobox to the input field that gets focus
This will need additional work that I (Becky) can't explicitly specify at the moment. The list of items may need to be enclosed within a group role. I'll create another issue as necessary once this one gets closed.
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → Accessibility |
---|---|
Description: | modified (diff) |
Milestone: | → 0.5 |
Owner: | changed from anonymous to Becky Gibson |
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Also need alt text for images so will work in images off mode.