Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 447987

Summary: Clicking on a context menu item with sub-items should not close the context menu
Product: [ECD] Orion Reporter: Elijah El-Haddad <elijahe>
Component: ClientAssignee: Elijah El-Haddad <elijahe>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: john.arthorne
Version: 7.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Elijah El-Haddad CLA 2014-10-20 15:37:00 EDT
Currently, if a user clicks on a context menu item that has sub-items, e.g. the "New >" item in the Navigator's context menu, the context menu is closed. This is not how most context menus work. Instead of closing the menu, this click should simply be ignored.
Comment 1 Elijah El-Haddad CLA 2014-10-21 12:04:56 EDT
Pushed to master:

- Clicking on a dropdown menu item with sub-items will now only trigger the sub-menu to open. This essentially results in a no-op on browsers which support mouseover events because the sub-menu will already open as soon as the user places the cursor over the parent item. And, it also allows the user to explicitly open sub-menus on touch based interfaces.

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=278570b2361735ef23ea0388d24f2b78003517b8