| 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: | Client | Assignee: | 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
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 |