Opened 14 years ago
Closed 14 years ago
#3492 closed defect (fixed)
down arrow of combox is spoken by screen reader as "question"
Reported by: | Becky Gibson | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | Becky Gibson | |
Blocked By: | Blocking: |
Description
I was able to fix this in the drop down button by using the describedby to assgin the appropriate label for the entire button. Not sure of the solution yet for combobox but wanted to capture the issue. Probably need to add haspopup=true on the input box (although this isn't supported by Firefox 2 yet it will be in FF3)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
I'm going to remove the arrow buttons from the tab order for ComboBox and FilteringSelect.
Note: See
TracTickets for help on using
tickets.
Actually the button in the combobox can probably just be marked as presentation since it doesn't get focus - that should solve the screen reader problem.