| Summary: | Context menu disappears when moving mouse from sub-menu "Order" to other sub-menus | ||
|---|---|---|---|
| Product: | [Modeling] GMF-Runtime | Reporter: | Yu Li <liyu2709> |
| Component: | General | Assignee: | Inbox <gmf.runtime.diagram-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | michael, orgler, robert.kiss, thiebaut.champenier, xerces9 |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Yu Li
[GMF Restructure] Bug 319140 : product GMF and component Runtime Diagram was the original product and component for this bug Is this a duplicate of #361036 ? I also experience the same behavior on Windows 7 but not in a GMF editor. I have a quite reach context menu with several levels of menu items. I found out that entering into the first submenu works but as soon when I hover the second submenu I see the content of it for a split second then is closed. Some other findings: * using keyboard shortcuts inside the context menu works all the time. * disabling "Use visual styles on windows and buttons" from Windows control panel (Control Panel\All Control Panel Items\Performance Information and Tools\Adjust visual effects) fix the problem. * I use Windows 7 64 bit but the application is a 32 bit. I don't know the behavior of a 64 bit Eclipse. I think is a SWT problem not a GMF To avoid unnecessary duplicate, I'll post here. I experience this too. First in Luna: Eclipse IDE for Java Developers Version: Luna Service Release 2 (4.4.2) Build id: 20150219-0600 Now in Mars.2: Eclipse IDE for C/C++ Developers Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 I downloaded the ZIP (64 bit version for Windows) : http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/mars/2/eclipse-cpp-mars-2-win32-x86_64.zip After starting and creating a new C++ project (the only .cpp file in project is opened in editor) the following happens: - (re)start Eclipse - right click in the C++ file editor - move the mouse from the first item in the menu downward, slowly (not relevant, but easier to spot the problem place) - when reaching around the Run As submenu, the entire context menu disappears After that the problem does not occur often, but after each fresh start of Eclipse (the same work-space) it is reproducible 100%. I use the default settings in Eclipse. I have Windows 8.1 Update 1 64-bit. Ping? Same in Neon.1 (JEE package, 64 bit, Windows 7) - open any *.java file - right click in the text contents - move mouse pointer to Run As... - move mouse pointer to Debug As... Result: context menu disappears Do it again, menu stays and is usable. Close the Java file, reopen it, the problem happens again. Still happening, version: Eclipse IDE for Enterprise Java Developers. Version: 2019-09 R (4.13.0) Build id: 20190917-1200 eclipse-jee-2019-09-R-win32-x86_64 Opened a new workspace, created a Java project, created a basic Java class, opened it, right click in editor, move the pointer from top of context menu downwards Result: context menu disappears Expected: menu works normally No changes to anything, default settings. |