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 109159 - A11y: Missing mnemonics for Pattern & Test
Summary: A11y: Missing mnemonics for Pattern & Test
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ gowri
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-09 18:28 UTC by Lark Fitzgerald
Modified: 2008-03-03 19:34 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 Lark Fitzgerald 2007-07-09 18:28:12 UTC
M10

DateTimeConverter Pattern dialog is missing mnemonics for Pattern and Test.  Also, The Label_For properties are not set:

Steps:
1. add dateTimeConverter to page
2. go to properties > General > pattern and press ...
3. press alt key

Pattern and Test should have a mnemonic set.  Run the a11y and it shows that the label_for is also not set

Report:

===============================================
 Tested Window title : dateTimeConverter1 - pattern
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Pattern |  Output of the date time pattern }

   Class: javax.swing.JTextField {  Test |  Output of the example }


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Pattern |  }
   Class: javax.swing.JLabel {  Test |  }


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

 Components not reachable with tab traversal :
   - none.

===============================================
Comment 1 _ gowri 2008-03-03 19:34:53 UTC
Fixed.