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 146001 - a11y: Set Dimension dialog has some a11y issues
Summary: a11y: Set Dimension dialog has some a11y issues
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ jyothivasa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-09-03 08:08 UTC by Peter Lam
Modified: 2008-09-16 23:25 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 Peter Lam 2008-09-03 08:08:35 UTC
build 20080902

         <window>
		 <title>Set Dimension</title>
	 </window>
	 <nomnemonic>
		 <component>
			 <class>javax.swing.JLabel</class>
			 <name></name>
			 <desc>null</desc>
		 </component>
		 <component>
			 <class>javax.swing.JLabel</class>
			 <name></name>
			 <desc>null</desc>
		 </component>
	 </nomnemonic>
Comment 1 _ jyothivasa 2008-09-10 00:19:57 UTC
Fixed
http://hg.netbeans.org/uml-main/rev/0e357c66ffb9
Comment 2 Quality Engineering 2008-09-11 17:36:37 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0e357c66ffb9
User: jyothivasa@netbeans.org
Log: Fix for A11y #146001 SetDimension dialog has proper a11y name/descriptions
Comment 3 Trey Spiva 2008-09-12 18:07:12 UTC
Reviewed
Comment 4 Peter Lam 2008-09-15 19:19:09 UTC
verified in build 20080915. There's still no mnemonics for height and width. The UIa11yTester still shows the following.

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Height: |  Height of the widget } 
   Class: javax.swing.JLabel {  Width: |  Width of the widget } 
Comment 5 _ jyothivasa 2008-09-15 19:36:40 UTC
Fixed
http://hg.netbeans.org/uml-main/rev/914c9025593c
Comment 6 Peter Lam 2008-09-16 23:25:29 UTC
verified in build 20080916.