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 127850 - Accessibility of New File > Modules Dev > Language Supp
Summary: Accessibility of New File > Modules Dev > Language Supp
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 11:35 UTC by Petr Chytil
Modified: 2008-02-21 21:50 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 Petr Chytil 2008-02-20 11:35:30 UTC
Product Version: NetBeans IDE Dev (Build 200802191203)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/petr/.netbeans/dev

File > New File > Module Developement > Language Support > [Next] 

Missing accessible description of dialog > P1.
Missing accessible descriptions of text fields.

Full output from accessibility tester:

===============================================
 Tested Window title : New File
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JTextField {  Extensions: |  } 
   Class: javax.swing.JTextField {  Mime Type: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New File |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 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.
Comment 1 Jaromir Uhrik 2008-02-20 13:02:57 UTC
Yes, this is P1 according to guidelines because accessible description is missing for the main dialog.
Comment 2 Jesse Glick 2008-02-20 20:37:40 UTC
#2a26a6b42104
Comment 3 Lukas Hasik 2008-02-21 10:59:35 UTC
I was looking for the changeset at 
http://hg.netbeans.org/main?cmd=changeset;node=2a26a6b42104
http://hg.netbeans.org/core-main/rev/2a26a6b42104

the result is "An error occured while processing your request". Jesse, where have you commited it?
Comment 4 Jesse Glick 2008-02-21 21:50:07 UTC
It's in main. I don't generally push until the next morning, so I have a chance to deal with any consequences.