Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8282046

Create a regression test for JDK-8000326

    XMLWordPrintable

Details

    • b16

    Backports

      Description

        Create a regression test for CCC8000326

        Issue is identified by 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.

        Attachments

          Issue Links

            Activity

              People

                smandalika Srinivas Mandalika
                smandalika Srinivas Mandalika
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: