Changes between Initial Version and Version 1 of Ticket #19394, comment 9
- Timestamp:
- 11/30/2011 09:18:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19394, comment 9
initial v1 5 5 * He mentioned tabbing may not be as popular today as it once was (Due in part to the advancement of adaptive technologies). 6 6 7 * The actual action of tabbing through the menus was straightforward and helpful, with the reader reading out the proper menu names as we went, but one thing that became immediately obvious was that the ability to simultaneously have multiple menus open wreaks havoc because opening a menu via enter essentially inserts items between top level items into the tabindex. See attachment:tabbed-menu-overlap.png7 * The actual action of tabbing through the menus was straightforward and helpful, with the reader reading out the proper menu names as we went, but one thing that became immediately obvious was that the ability to simultaneously have multiple menus open wreaks havoc because opening a menu via enter essentially inserts items between top level items into the tabindex. 8 8 9 So I think we may need to tackle how to enforce having single menus open at once, if possible. Hope that helps. 9 '''Example Index:''' Dashboard >> Home >> Updates > Posts > Media 10 11 '''Can become:''' Dashboard >> Home >> Updates > Posts >> All Posts >> Add New >> Categories >> Tags > Media 12 13 See attachment:tabbed-menu-overlap.png 14 15 I think we may need to tackle how to enforce having single menus open at once, if possible. Hope that helps.