Switch to skipping disabled items in menus for keyboard activation, except when assistive technology is in use
Categories
(Firefox :: Menus, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-cleanups])
Apparently, Edge Canary allows keyboard navigation to disabled items when assistive technology like the NVDA screenreader is in use, but does not do so otherwise.
Consensus in bug 1702629 seemed to be that this may be worth emulating, but it is considerably more complex than some of the other options on how to deal with disabled items, so it is being split off.
Comment 1•3 years ago
|
||
I don't think we should differentiate behaviour based on the presence of a screen reader. If we're going to prevent keyboard navigation to disabled menu items, I think we should just do it across the board, accepting that we're intentionally inconsistent with native Win32 and accepting the potential user griping this might cause. There are two reasonable arguments in favour of this inconsistency:
- From what I'm told, with the recent redesign, we're already deviating significantly from native Win32 visually.
- It's impossible to get focus to any other disabled control, even native Win32 controls. In that sense, native Win32 menu items are the inconsistent exception here.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
I think skipping disabled menuitem is no good ui.
Because, The muscle memories the position of the menuitem (how many times keyedown), so if it is skipped, it will change.
Comment 3•3 years ago
|
||
^ Then should we change toolbar key nav and everything else? Everything else I can think of already skips disabled buttons. Doesn't seem like it bothers people in practice or in principle. But the inconsistency is bothersome. You'd have to develop one muscle memory for menuitems, and an entirely different muscle memory for everything else.
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Description
•