-
Bug
-
Resolution: Won't Fix
-
P3
-
5.0, 6, 7, 7u25, 8, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2225572 | 7u6 | Sergey Bylokhov | P3 | Closed | Won't Fix |
Reproducible on Windows OS.
After the following code
frame.setEnabled(true);
frame.setVisible(false);
frame.setFocusableWindowState(false);
frame.setVisible(true);
the frame is in minimized state, after clicking "Show Desktop" and activating the frame the menus belonging to this frame do not respond to mouse clicks.
After the following code
frame.setEnabled(true);
frame.setVisible(false);
frame.setFocusableWindowState(false);
frame.setVisible(true);
the frame is in minimized state, after clicking "Show Desktop" and activating the frame the menus belonging to this frame do not respond to mouse clicks.
- backported by
-
JDK-2225572 Making the frame non-focusable makes menus not responsible to clicking
-
- Closed
-
- relates to
-
JDK-6181722 REGRESSION: Unable to click the menu when the frame is non-focusable, win32
-
- Closed
-