-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b36
-
generic
-
linux
The regression test for 6694823 test/javax/swing/JPopupMenu/6694823/bug6694823.java fails on Linux with Gnome window manager. It turned out that Gnome doesn't allow to place windows(=popups) over the task bar. Some other window managers can work in the same way.
A solution can be to release the popup window from the window manager control and to handle it manually. It can be achieved with the usage of ###overrideRedirect### AWT window hint.
A solution can be to release the popup window from the window manager control and to handle it manually. It can be achieved with the usage of ###overrideRedirect### AWT window hint.
- relates to
-
JDK-6580930 Swing Popups should overlap taskbar
-
- Resolved
-
-
JDK-6694823 A popup menu can be partially hidden under the task bar in applets
-
- Resolved
-
-
JDK-6695441 JPopup menu: JCK test failure + inconsistent behaviour
-
- Closed
-