-
Bug
-
Resolution: Fixed
-
P1
-
5.0
-
b03
-
x86
-
linux
-
Verified
On Linux JCK5 test api/java_awt/interactive/ComponentTests.html#ComponentTests is not working as expected. Confirmed on linux with JDK5 GA and latest 5th.
The issue:
- a window titled "Test 1" openend by the JCK-runtime-15a
test api/java_awt/interactive/ComponentTests.html#ComponentTests
- A quit dialog titled "Quit Application?"
- The quit dialog is supposed to be modal.
- Issue: the quit dialog is not modal, because I am able to
access its parent's menu (as you can see on the screen
shot).
The issue:
- a window titled "Test 1" openend by the JCK-runtime-15a
test api/java_awt/interactive/ComponentTests.html#ComponentTests
- A quit dialog titled "Quit Application?"
- The quit dialog is supposed to be modal.
- Issue: the quit dialog is not modal, because I am able to
access its parent's menu (as you can see on the screen
shot).
- relates to
-
JDK-2183834 Pressing F10 when a modal dialog is visible hangs the Xserver, XToolkit
- Closed