-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b24
-
x86
-
windows_2000, windows_xp
-
Verified
The testcase popups two frames. It transfers the focus to the second frame, calls requestFocusInWindow method on a component in the non-focused frame. With the PIT build, focus is transferred to the first frame and to the component, whereas it does not happen with b13. This occurs only on Windows platforms.
To reproduce:
Attached is the automated testcase
Compile the java files and run the testcase as follows:
$JAVA_HOME/bin/appletviewer -Xnosecurity -J-classpath -J<path to awtsqe.jar>/awtsqe.jar RequestFocusInWindowTest.html
awtsqe.jar is needed for the testcase to compile and run. It can be obtained from /net/sqesvr-nfs.sfbay/global/nfs/ws1/6.0_int/awt/share/lib/awtsqe
- duplicates
-
JDK-6200807 PIT: Regression testcase Focus/InactiveWindowTest/InactiveFocusRace.html fails
-
- Closed
-
-
JDK-6223229 JCK1.5: api/javax_swing/interactive/JDialog/JDialogTests JDialogTest0010 fails, mustang
-
- Closed
-
-
JDK-6200345 PIT:Button on the parent frame loses focus when clicking a non-focusable comp on the child window
-
- Closed
-
-
JDK-6200374 PIT: Frame flickers when hiding and sohwing the child windows on win32
-
- Closed
-
- relates to
-
JDK-5065001 awt TextArea crashes HotSpot on winXP when frame is closed
-
- Resolved
-
-
JDK-6209942 Regression: three AWT focus related tests failed on Windows 2000 against Mustang b15
-
- Closed
-