This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 184873 - A11Y - Tab key in an empty Outline
Summary: A11Y - Tab key in an empty Outline
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: PC All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-23 15:00 UTC by Lukas Hasik
Modified: 2011-02-01 05:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2010-04-23 15:00:33 UTC
the buttons at bottom of these customizers are unreachable with TAB

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Browse... |  Browse for the root folder }
   Class: javax.swing.JButton {  Fetch Data |  Fetch data from this datasource }
   Class: javax.swing.JList {  Filters |  List of filters as well as master data source }
   Class: javax.swing.JTabbedPane {  Data Sources |  Switch among different views on fetched data }
   Class: javax.swing.JTextField {  Root: |  Filesystem root of this data source }
   Class: org.netbeans.swing.outline.Outline {  Records data tree |  Fetched data displayed as runtime Records tree }
Comment 1 Maros Sandor 2010-04-26 10:00:58 UTC
Reassigning to Outline developers for evaluation.

During my observations, pressing Tab in an empty Outline does not move the focus to the next component but rather it resets it and places focus on the first component. Pressing Ctrl-Tab in an empty Outline works as expected, moving focus to the next component. Shift-Tab works correctly too.
Comment 2 Martin Entlicher 2011-01-25 15:37:20 UTC
This issue was submitted for JavaFX Composer, which is not a part of the distribution. Therefore this issue should not be visible in the product.

But the problem can be reproduced when Outline is surrounded by components.
I've but several JButtons around Outline components in debugger views. I can reproduce the problem with TAB going to the first component rather than to the next one. While Shift-TAB works correctly. CTRL-TAB opens the file switcher therefore it can not be used to switch focus.
Comment 3 Martin Entlicher 2011-01-31 17:05:01 UTC
Fixed by changeset:   187638:03c4ed6dbef3
http://hg.netbeans.org/main/rev/03c4ed6dbef3
Comment 4 Quality Engineering 2011-02-01 05:57:19 UTC
Integrated into 'main-golden', will be available in build *201102010000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/03c4ed6dbef3
User: mentlicher@netbeans.org
Log: #184873 Assure that TAB transfers the focus correctly.