#1137 closed defect (fixed)
[patch][cla]Button widget doesn't accept focus when using the keyboard
Reported by: | Patrick Heymans | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using the keyboard to navigate to buttons is important from an accessibility perspective. However, the button widget and its subclasses don't seem to support this. I've tried this against the online tests from the latest build.
Furthermore it's rather complicated to customize the button widgets. Basically, we're having the same problems as mentioned in ticket #1086.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | 1137.patch added |
---|
patch to Button.js and associated templates to support keyboard control
comment:3 Changed 14 years ago by
Summary: | Button widget doesn't accept focus when using the keyboard → [patch][cla]Button widget doesn't accept focus when using the keyboard |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
becka11y/doughays have a patch which should cover this