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 110154 - [A11Y] OD not a11ble
Summary: [A11Y] OD not a11ble
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-18 14:48 UTC by Max Sauer
Modified: 2008-12-22 13:43 UTC (History)
1 user (show)

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 Max Sauer 2007-07-18 14:48:38 UTC
Tools|Options dialog does not follow a11y rules:

- missing a11y desc. for
 - ok button
 - Advanced OD button
 - whole dialog



===============================================
 Tested Window title : Options
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Advanced Options |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Options |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JRadioButton {  Tree |  Tree } 

---
Product Version: NetBeans IDE Dev (Build 070718) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Linux version 2.6.12-1.1390_FC4smp running on i386; 
UTF-8; en_US (nb) Userdir: /home/ms159439/.netbeans/dev
Comment 1 rmatous 2007-07-19 16:19:37 UTC
/cvs/core/options/src/org/netbeans/modules/options/Bundle.properties,v  <--  Bundle.properties
new revision: 1.15; previous revision: 1.14

/cvs/core/options/src/org/netbeans/modules/options/OptionsPanel.java,v  <--  OptionsPanel.java
new revision: 1.53; previous revision: 1.52

/cvs/core/options/src/org/netbeans/modules/options/OptionsDisplayerImpl.java,v  <--  OptionsDisplayerImpl.java
new revision: 1.6; previous revision: 1.5

Still present (but this one should be thrown away from general panel according to UI spec.
http://ui.netbeans.org/docs/ui/OptionMenuDialogues/#FileTypesredesign):
 Components with no mnemonic :
   Class: javax.swing.JRadioButton {  Tree |  Tree } 
Comment 2 Jaromir Uhrik 2007-10-22 09:11:16 UTC
Verified.