RFR: JDK-8282046: Create a regression test for JDK-8000326 [v7]
Srinivas Mandalika
smandalika at openjdk.java.net
Thu Mar 24 04:58:32 UTC 2022
> Create a regression test for CCC8000326
>
> Issue is identified by [JDK-8000326](https://bugs.openjdk.java.net/browse/JDK-8000326), which identifies that after focus moves into JMenuBar, whose focus traversal key is disabled by default, it never moves to other focusable component.
>
> By default, pressing the Tab key does not transfer focus from a JMenuBar which is added to a container together with other Swing components, because the focusTraversalKeysEnabled property of JMenuBar is set to false. To resolve this, you should call the JMenuBar.setFocusTraversalKeysEnabled(true) method.
>
> The test verifies focus traversal for the above described scenario.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:
Update test/jdk/java/awt/Focus/8000326/SetFocusTraversalKeysEnabledTest.java
Added missing space after comma.
Co-authored-by: Alexey Ivanov <70774172+aivanov-jdk at users.noreply.github.com>
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7512/files
- new: https://git.openjdk.java.net/jdk/pull/7512/files/ee31ac65..ea836807
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7512&range=06
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7512&range=05-06
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7512.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7512/head:pull/7512
PR: https://git.openjdk.java.net/jdk/pull/7512
More information about the client-libs-dev
mailing list