-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18, 19
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289204 | 17.0.5-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8291030 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8289224 | 11.0.17-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8291031 | 11.0.17 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8310621 | 8u391 | Manukumar V S | P4 | Resolved | Fixed | b01 |
Issue:
The specified keyboard support for JSplitPane also requires F6 and Ctrl+Tab (navigate out) for the JSplitPane. Those are currently not implemented.
F6 is supposed to move the focus from the current focused component on one side of the JSplitPane to the other side of the JSplitPane without having to tab through to that.
Ctrl+Tab is supposed to move the input focus from whatever component inside the JSplitPane that has the focus to the next component outside the JSplitPane.
Testing:
Java 1.4.0 -> Test Failed.
$ ./j2sdk1.4.0/bin/java JSplitPaneTest
Verifier 1 failed
Verifier 2 failed
Verifier 3 failed
Verifier 4 failed
Test Failed.
Java 1.4.1 -> Test Passed.
$ ./j2sdk1.4.1/bin/java JSplitPaneTest
Verifier 1 passed
Verifier 2 passed
Verifier 3 passed
Verifier 4 passed
Test Passed.
- backported by
-
JDK-8289204 Write a regression test for JDK-4164779
- Resolved
-
JDK-8289224 Write a regression test for JDK-4164779
- Resolved
-
JDK-8291030 Write a regression test for JDK-4164779
- Resolved
-
JDK-8291031 Write a regression test for JDK-4164779
- Resolved
-
JDK-8310621 Write a regression test for JDK-4164779
- Resolved
- relates to
-
JDK-4164779 JSplitPane keyboard navigation does not support F6 and Ctrl+Tab
- Closed
- links to
-
Commit openjdk/jdk11u-dev/9de7c4c3
-
Commit openjdk/jdk17u-dev/d4891425
-
Commit openjdk/jdk/8a044649
-
Review openjdk/jdk11u-dev/1267
-
Review openjdk/jdk17u-dev/592
-
Review openjdk/jdk/7801