Opened 14 years ago
Closed 14 years ago
#3301 closed defect (fixed)
up/down arrow buttons on number spinner should not receive focus
Reported by: | Becky Gibson | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | Douglas Hays | |
Blocked By: | Blocking: |
Description (last modified by )
Since the up and down arrow keys can be used directly in the spinner control to change the value, the up and down arrowsbutton do not need to receive keyboard focus. These arrow buttons can be mouse only.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from Becky Gibson to Sam Foster |
---|
Changed 14 years ago by
Attachment: | spinner_sfoster_20070628.patch added |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
spinner_sfoster_20070628.patch addresses this and other a11y, rendering issues. Removed tabindex from the buttons - do they need waiRole="presentation"?
See also #3071
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
patches Spinner.html, tundra.css, dijit.css to fix rendering issues and remove focus/keyboard from buttons