-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.0, 1.4.2
-
x86, sparc
-
solaris, solaris_7
undecoratedFrame.setState(Frame.ICONIFIED) / undecoratedFrame.setExtendedState(Frame.ICONIFIED) is not setting the frame state to Iconified on Solaris-IA 8 with OpenWin window manager for jdk build 90.
But isFrameStateSupported(Frame.ICONIFIED) returns true for this window manager.
Steps to re-produce:
1. Compile and run the attached program(UndIconifyTest.java) on Sol-IA 8 (OpenWin)
2. Check for the message 'The Iconified state supported: true' on the console which shows that Iconified state is supported.
3. Click on the button.
4. The undecorated frame will not be Iconified.
This works fine for Sol-IA8 with CDE window manager.
==========================================================================
add the following info when testing with JDK142:
JDK : JDK1.4.1 , JDK1.4.2 b16
Platform[s] : Solaris 7 OpenWin. (Pass with CDE)
switch/Mode : -cleint
Falling test[s]:
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/ListenerAddAndRemovalFrame/ListenerAddAndRemovalTest.html
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/MoreThanOneListener/MoreThanOneListenerTest.html
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/ProcessEvent/ProcessEventTest.html
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/WindowAdapter/WindowAdapterTest.html
ListenerAddAndRemovalTest.tlog, MoreThanOneListenerTest.tlog, ProcessEventTest.tlog, WindowAdapterTest.tlog are attached.
###@###.### 2003-02-10
==========================================================================
But isFrameStateSupported(Frame.ICONIFIED) returns true for this window manager.
Steps to re-produce:
1. Compile and run the attached program(UndIconifyTest.java) on Sol-IA 8 (OpenWin)
2. Check for the message 'The Iconified state supported: true' on the console which shows that Iconified state is supported.
3. Click on the button.
4. The undecorated frame will not be Iconified.
This works fine for Sol-IA8 with CDE window manager.
==========================================================================
add the following info when testing with JDK142:
JDK : JDK1.4.1 , JDK1.4.2 b16
Platform[s] : Solaris 7 OpenWin. (Pass with CDE)
switch/Mode : -cleint
Falling test[s]:
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/ListenerAddAndRemovalFrame/ListenerAddAndRemovalTest.html
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/MoreThanOneListener/MoreThanOneListenerTest.html
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/ProcessEvent/ProcessEventTest.html
AWT_Merlin_WS/ZoomFrame/src/Automated/UndecoratedFrame/WindowAdapter/WindowAdapterTest.html
ListenerAddAndRemovalTest.tlog, MoreThanOneListenerTest.tlog, ProcessEventTest.tlog, WindowAdapterTest.tlog are attached.
###@###.### 2003-02-10
==========================================================================
- relates to
-
JDK-4442047 Undecorated Frames are not set to Iconified state programatically - Solaris
- Closed