Bug 11559 - [Navigator] Navigator Context menu submenus do not have accessor keys
Summary: [Navigator] Navigator Context menu submenus do not have accessor keys
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2002-03-18 11:20 EST by Duong Nguyen CLA
Modified: 2003-07-28 15:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duong Nguyen CLA 2002-03-18 11:20:57 EST
If you right click on the projects in the navigator the first level of menus 
has accessor keys but the submenus do not.  It is expected that they would.

To Reproduce: 

1. Start Eclipse
2. Create a new project (p1)
3. Right click on p1 in the navigator

Results: 

Observe that the submenus are missing accelerator keys. See for example the 
submenu of New -> Folder, File and Model

Expected Behaviour:
All items in the context menu for a project should have accessor keys
Comment 1 Nick Edgar CLA 2003-07-28 15:27:32 EDT
We do not assign mnemonics to dynamic lists of items.  In the New menu, the 
items are contributed by multiple plug-ins, so there's no hope of assigning 
mnemonics without conflicts.