-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
None
-
sparc
-
solaris_8
Iconify Test fails with XAWT Switch. It however passes with Motif Switch.
The test passes with XAWT switch on Tiger b19.
To reproduce this bug do the following:
i) Workspace Locations:
/net/sqindia.india.sun.com/export/disk02/swing/workspaces/jfc_tiger_ws/awt_ws/awt
ii)Run the test at the following location:
/net/sqindia.india.sun.com/export/disk02/swing/workspaces/jfc_tiger_ws/awt_ws/awt/src/merlin/awt/Automated/UndecoratedFrame/AWT/Iconify
[run with the xawt switch -Dawt.toolkit=sun.awt.X11.XToolkit]
The test will fail as the WINDOW_ICONIFIED and WINDOW_DEICONIFIED are not trigerred.
Alternatively :
Run the attached code with both XAWT and Motif Switch.
The test opens with a Button "Change State"
You can see that WINDOW_ICONIFIED and WINDOW_DEICONIFIED are not triggered on changing the state of the frame.
This only happens in XAWT Mode.
The test passes with XAWT switch on Tiger b19.
To reproduce this bug do the following:
i) Workspace Locations:
/net/sqindia.india.sun.com/export/disk02/swing/workspaces/jfc_tiger_ws/awt_ws/awt
ii)Run the test at the following location:
/net/sqindia.india.sun.com/export/disk02/swing/workspaces/jfc_tiger_ws/awt_ws/awt/src/merlin/awt/Automated/UndecoratedFrame/AWT/Iconify
[run with the xawt switch -Dawt.toolkit=sun.awt.X11.XToolkit]
The test will fail as the WINDOW_ICONIFIED and WINDOW_DEICONIFIED are not trigerred.
Alternatively :
Run the attached code with both XAWT and Motif Switch.
The test opens with a Button "Change State"
You can see that WINDOW_ICONIFIED and WINDOW_DEICONIFIED are not triggered on changing the state of the frame.
This only happens in XAWT Mode.
- duplicates
-
JDK-4925750 PIT:WindowStateListener not working for XAWT Switch
- Resolved
- relates to
-
JDK-4930146 XAWT: java/awt/Frame/Undecorated/MaximizeUndecoratedTest fails
- Resolved
-
JDK-4915651 REGRESSION: IconifyTest.java fails
- Closed