-
Bug
-
Resolution: Unresolved
-
P4
-
7u6
-
Windows XP/x86, Java 7u7 with JavaFX 2.2, IntelliJ IDEA 10.5.3
I open a context menu in my application and select an action from it.
The action triggers a breakpoint in my debugger.
Observed Behaviour:
When I switch to my debugger window, the application window goes to the background, but the context menu remains visible.
Expected behaviour:
Both the application and the context menu go to the background.
The same applies to PopupWindows with controls that trigger a breakpoint.
This issue sounds similar toRT-25483, but the problem is less severe.
The attached demo illustrates the issue when you debug it with a breakpoint set in the EventHandler.
The action triggers a breakpoint in my debugger.
Observed Behaviour:
When I switch to my debugger window, the application window goes to the background, but the context menu remains visible.
Expected behaviour:
Both the application and the context menu go to the background.
The same applies to PopupWindows with controls that trigger a breakpoint.
This issue sounds similar to
The attached demo illustrates the issue when you debug it with a breakpoint set in the EventHandler.
- relates to
-
JDK-8087853 Win: Modal Stage slides under a Popup (with same owner stage) that is created before, on windows.
-
- Open
-
-
JDK-8088624 Win: Tooltip popup on causes its owner window to come front if it is behind another window.
-
- Open
-