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 184867 - A11Y - JDBC Data Source Customizer dialog
Summary: A11Y - JDBC Data Source Customizer dialog
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Maros Sandor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-23 14:42 UTC by Lukas Hasik
Modified: 2010-04-26 09:53 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:42:52 UTC
===============================================
 Tested Window title : Data Source Customizer
===============================================

Results of Accessibility test

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Tabular View |  Switch among different views on fetched data }
   Class: javax.swing.JTable {  Query results |  Result of the SQL query shown as a database table }

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {   |  Fetch row data lazily in runtime }
Comment 1 Maros Sandor 2010-04-26 09:53:29 UTC
Table is inside a Tabbed Pane, which provides a label for it, but it fails the "LABEL_FOR" test since a tabbed pane is not a Label.

Added mnemonic to the checkbox.
c908b46faffd