-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
5.0
-
Cause Known
-
x86
-
windows_xp
1.Create a frame
2.setExtendedState of the frame to Iconfied.
3.and make it visible.
4.Create a Window as a child of the frame. with a focusable button.
5.make the window visible.
Expected result: button in the window should have the focus.
Actual result: Button in the frame is not gaining the focus when the parent is in minimised state.
Run the attached test to reproduce the defect.
This defect exists in Windows since 5.0, i tried the same thing on dialog it works fine.
2.setExtendedState of the frame to Iconfied.
3.and make it visible.
4.Create a Window as a child of the frame. with a focusable button.
5.make the window visible.
Expected result: button in the window should have the focus.
Actual result: Button in the frame is not gaining the focus when the parent is in minimised state.
Run the attached test to reproduce the defect.
This defect exists in Windows since 5.0, i tried the same thing on dialog it works fine.
- relates to
-
JDK-6533768 Window is not getting the focus if the parent frame is set to setFocusableWindowState(false)
-
- Open
-