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 140129 - [a11y] Editor for formatted factory doesn't implement all requirements for accessibility
Summary: [a11y] Editor for formatted factory doesn't implement all requirements for ac...
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-15 16:29 UTC by Jana Maleckova
Modified: 2008-07-25 14:20 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 Jana Maleckova 2008-07-15 16:29:14 UTC
Product Version: NetBeans IDE Dev (Build 200807101204)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)

===============================================
Tested Window title :  jFormattedTextField1 [JFormattedTextField] - formatterFactory
===============================================


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Test |  } 
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  Test |  } 
   Class: javax.swing.JLabel {  <html>Set <b>jFormattedTextField1</b>'s <b>formatterFactory</b> property using: |  } 


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Jan Stola 2008-07-16 11:01:33 UTC
Fixed, the only complain should be

 Components with no mnemonic :
   Class: javax.swing.JLabel {  <html>Set <b>jFormattedTextField1</b>'s <b>formatterFactory</b> property using: |  }

by now. This is as designed, this label cannot have any mnemonic because it would possibly clash with some mnemonic in 
the property customizer.

Modified files: http://hg.netbeans.org/main?cmd=changeset;node=f21cd9b90e14
Comment 2 Jana Maleckova 2008-07-25 14:20:24 UTC
verified on
Product Version: NetBeans IDE Dev (Build 20080725050715)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)