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 140152

Summary: Accessible problems of Open as dialog
Product: platform Reporter: Petr Chytil <pchytil>
Component: Options&SettingsAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED FIXED    
Severity: blocker CC: juhrik
Priority: P3 Keywords: A11Y
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Chytil 2008-07-15 18:33:03 UTC
Product Version: NetBeans IDE Dev (Build 200807101204)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.24-19-generic running on i386; UTF-8; test (nb)
Userdir: /home/petr/.netbeans/dev-071012


a11y tester output:


=========================================== Tested Window title : Open as... ===========================================

Doesn't implement Accessible : - none.

No Accessible name :

Class
    javax.swing.JTextPane { | text/plain } 

No Accessible description :

Class
    org.netbeans.core.windows.services.NbDialog { Open as... | } 

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

Class
    javax.swing.JTextPane { | text/plain } 

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 : - none. [Evaluation:
Comment 1 Jiri Skrivanek 2008-07-25 11:59:24 UTC
Fixed. JTextPane is used as two lines label so LABEL_FOR doesn't make sense for this component.

http://hg.netbeans.org/core-main/rev/f42092bad689