Open
Bug 306010
Opened 19 years ago
Updated 2 years ago
Treat explicit and implicit menu items access keys equally
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: deanis74, Unassigned)
References
Details
(Keywords: access)
From bug 261985: Interesting. IE has similar menu items (_A_dd to Favorites and _O_rganize Favorites). If I add a bookmark named "Other", pressing 'O' will properly cycle between the two menu items. However, I made a WinForm that has two menu items starting with 'O'. One had an explicitly-defined access key (_O_pen) and the other didn't (Other). Pressing 'O' would execute the Open menu item. I assume that we want to be like IE in this case. As such, this would only be a workaround only and I assume someone's opened a bug to: 1. Fix the underlying problem of preferring explicitly-assigned access keys. 2. Restore the access keys removed by this patch.
Updated•17 years ago
|
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Comment 1•12 years ago
|
||
If we ever fix this, much UI code (e.g. the Firefox History and Bookmarks menus) will need to re-add access keys for their static items.
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•