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 184876 - A11Y - properties customizer (Bind)
Summary: A11Y - properties customizer (Bind)
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Maros Sandor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-23 15:06 UTC by Lukas Hasik
Modified: 2010-05-04 13:43 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 Lukas Hasik 2010-04-23 15:06:46 UTC
===============================================
 Tested Window title : null
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

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


 No Accessible description :
   Class: javax.swing.JButton {  Close |  }
   Class: javax.swing.JButton {  Help |  }
   Class: javax.swing.JDialog {  |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JToggleButton {  Unbind |  }
   Class: org.netbeans.api.javafx.composer.ui.nbswing.NbToolbarButton {  Generate |  }


 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.JList {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Close |  }
   Class: javax.swing.JButton {  Help |  }
   Class: javax.swing.JToggleButton {  Unbind |  }
   Class: org.netbeans.api.javafx.composer.ui.nbswing.NbToolbarButton {  Generate |  }


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Maros Sandor 2010-05-04 13:43:33 UTC
I did my best, those dialogs have dynamic content and it's hard and sometimes impossible to give each control a unique mnemonic as there are already 14 letters used for only the static content.

Also, Help and Close buttons are still reported as having no mnemonics but both have obvious (default) mnemonics: F1 and ESCAPE.