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

Disabled Tab in TabPane is traversable with shortcuts Ctrl + Tab, Ctrl + Shift + Tab

XMLWordPrintable

      1. Create Tab Pane with three Tabs.
      2. Disable first Tab.
      3a. Click on last Tab and press Ctrl + Tab

      Actual: Focus is on first Tab (disabled)
      Expected: Focus is on second Tab (disabled Tab is traversed)

      3b. Click on the second Tab and press Ctrl + Shift + Tab

      Actual: Nothing happens.
      Expected: Focus is on the last Tab (disabled Tab is traversed)

            jgiles Jonathan Giles
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: