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 - Accessible problems of Open as dialog
Summary: Accessible problems of Open as dialog
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-15 18:33 UTC by Petr Chytil
Modified: 2008-12-22 13:49 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 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