-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 16
-
b19
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8273987 | 11.0.14 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8265908 | 11.0.12-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
JDK-8266406 | 8u311 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
The test may fail from time to time on the fast systems.
The test assumes that the code below will trigger the focus event on the button2 immediately after setVisible(), but the window can become visible really fast before button2.requestFocus(); is called, so temporarily the button1 will get a focus for a small moment.
add(button1);
add(button2);
setVisible(true);
button2.requestFocus();
The test assumes that the code below will trigger the focus event on the button2 immediately after setVisible(), but the window can become visible really fast before button2.requestFocus(); is called, so temporarily the button1 will get a focus for a small moment.
add(button1);
add(button2);
setVisible(true);
button2.requestFocus();
- backported by
-
JDK-8265908 The AppletInitialFocusTest1.java is unstable
-
- Resolved
-
-
JDK-8266406 The AppletInitialFocusTest1.java is unstable
-
- Resolved
-
-
JDK-8273987 The AppletInitialFocusTest1.java is unstable
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/1bed6cda
-
Commit openjdk/jdk/1d88172c
-
Review openjdk/jdk11u-dev/372
-
Review openjdk/jdk/398
(2 links to)