-
Bug
-
Resolution: Duplicate
-
P3
-
6
-
x86
-
linux_sun
JAVA VERSION :
----------------
java version "swing-jcg-linux-02-2004-06-16-int.tiger"
Java(TM) 2 Runtime Environment, Standard Edition (build swing-jcg-linux-02-2004-06-16-int.tiger)
Java HotSpot(TM) Client VM (build 1.5.0-beta3-b55, mixed mode)
TESTCASE FAILED :
------------------
test/java/awt/Dialog/ModalDialogTest/ModalDialogTest.html
STEPS TO REPRODUCE :
----------------------
1. set JAVA_HOME to PIT build (check for JAVA VERSION)
2. set JT_HOME to latest jtreg
3. go to the testcase directory
4. execute touch TEST.ROOT
5. run the command $JT_HOME/linux/bin/jtreg -m -v .
The instruction tells
When the test is ready, one Root Frame is shown. The Frame has a
"Heavy button", a white lightweight component and a TextArea to
display message. The Root Frame has no owner.
1. Click button "New Frame" to show a new Frame, notice that this
Frame 1 has a Menu added. Verify that Menu is accessable.
2. Now click button "New Modal Dialog" to bring up a modal dialog.
Verify that the Menu in Frame 1 is not accessible anymore. That
tests the fix for 4183412 on Solaris.
- The above mentioned scenario doesn't happens in cinnabar. I am able to access the menu after bringing up the modal dialog.
Find attached the jtr file.
###@###.### 2004-06-21
- duplicates
-
JDK-6234295 Menu is clickable even when a modal dialog is active, on XToolkit
-
- Closed
-