#1711 closed enhancement (fixed)
Make buttons, tabs, etc. accessible using the keyboard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
For buttons, tab controls, etc., it should be possible to TAB to and then use ENTER to trigger the same action as a mouse click.
Change History (5)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I think this will be enough for now. Popup dialogs should be ok in most cases. Table listings, etc would require a lot more work to get working with only keyboard.
comment:5 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
(In [6096]) References #1711: Make buttons, tabs, etc. accessible using the keyboard
Fixed on buttons, toolbar buttons, tabs, etc. Popup windows also close when 'ESCAPE' key is used.