-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
5.0
-
Cause Known
-
x86
-
windows_xp
.
window.setVisible(true) is not triggering Gained Focus if a Dialog is dispayed before the window.
To reproduce the defect run the attached Bug4.java, if the “Focus Gained” message is not dispayed.
1.Display a frame and a Dialog
2.create window and add button (any focus owner) to it and window.setVisible(true).
Should trigger Gained Focus event on the window.
Defect: It should trigger Gained Focus event.
Can be easily reproducible in Windows Xp
window.setVisible(true) is not triggering Gained Focus if a Dialog is dispayed before the window.
To reproduce the defect run the attached Bug4.java, if the “Focus Gained” message is not dispayed.
1.Display a frame and a Dialog
2.create window and add button (any focus owner) to it and window.setVisible(true).
Should trigger Gained Focus event on the window.
Defect: It should trigger Gained Focus event.
Can be easily reproducible in Windows Xp
- relates to
-
JDK-6187066 Want to open a Frame without activating it
- Closed