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 184869 - A11Y - HTTP Data Source Customizer
Summary: A11Y - HTTP Data Source Customizer
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC All
: P4 normal (vote)
Assignee: Maros Sandor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-23 14:48 UTC by Lukas Hasik
Modified: 2010-04-26 10:34 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 14:48:35 UTC
===============================================
 Tested Window title : Data Source Customizer
===============================================

Results of Accessibility test

 Components with no LABEL_FOR pointing to it :
   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: org.netbeans.swing.outline.Outline {  Records data tree |  Fetched data displayed as runtime Records tree }
Comment 1 Maros Sandor 2010-04-26 10:34:27 UTC
Outline and List are inside a Tabbed Pane, which provides a label for them, but
it fails the "LABEL_FOR" test since a tabbed pane is not a Label.