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 65985 - [A11Y] SQL Editor Accessibility issues
Summary: [A11Y] SQL Editor Accessibility issues
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: A11Y
: 94426 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-05 15:46 UTC by Martin Schovanek
Modified: 2007-10-09 12:30 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 Martin Schovanek 2005-10-05 15:46:53 UTC
[#200505715, jdk1.4.2]

===============================================
 Tested Window title : Command 1.sql
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   Class: apple.laf.AquaSplitPaneDivider {  } 
   Class: org.netbeans.modules.editor.errorstripe.AnnotationView {  } 
   Class:
org.netbeans.modules.versioning.system.cvss.ui.actions.annotate.AnnotationBar {  } 


 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JComboBox {  Connection: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.text.QuietEditorPane {  Editor for Command 1.sql |  Editor
for Command 1 } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   Class: javax.swing.JComboBox {  Connection: |  } 
   Class: org.openide.text.QuietEditorPane {  Editor for Command 1.sql |  Editor
for Command 1 }
Comment 1 Petr Blaha 2006-03-13 13:32:07 UTC
TM 5.0 -> TBD
Comment 2 Andrei Badea 2007-07-31 15:11:18 UTC
Fixed the accessible description of the connection combo box. The other issues do not seem specific to the SQL editor.

Checking in db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/Bundle.properties;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/Bundle.properties,v  <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/ConnectionAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/ConnectionAction.java,v  <--  ConnectionAction.java
new revision: 1.10; previous revision: 1.9
done
Comment 3 Andrei Badea 2007-10-09 12:30:42 UTC
*** Issue 94426 has been marked as a duplicate of this issue. ***