-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18, 19
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288569 | 17.0.5-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
JDK-8288857 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8295138 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8288727 | 11.0.17-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
JDK-8289265 | 8u351 | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
The issue observed is in a JFrame with a JTextField and a JScrollPane which contains focused component. When the JScrollPane was
is removed from its parent, focus stays with the the scroller
of the removed JScrollPane, instead of moving to the TextField.
The test verifies the same - i.e. it verifies that the removal of the scrollpane moves the focus to the JTextField present in the JFrame.
- backported by
-
JDK-8288569 Create a test for JDK-4740761
- Resolved
-
JDK-8288727 Create a test for JDK-4740761
- Resolved
-
JDK-8288857 Create a test for JDK-4740761
- Resolved
-
JDK-8289265 Create a test for JDK-4740761
- Resolved
-
JDK-8295138 Create a test for JDK-4740761
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/fbaf2f28
-
Commit openjdk/jdk17u-dev/ed715363
-
Commit openjdk/jdk/fad3b947
-
Review openjdk/jdk11u-dev/1424
-
Review openjdk/jdk17u-dev/473
-
Review openjdk/jdk/7686