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 146003 - a11y: Font Chooser dialog has an a11y issue
Summary: a11y: Font Chooser dialog has an a11y issue
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-09-03 08:16 UTC by Peter Lam
Modified: 2009-02-19 22:53 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:16:26 UTC
build 20080902

	 <window>
		 <title>Font Chooser</title>
	 </window>
	 <nolabelfor>
		 <component>
			 <class>javax.swing.JList</class>
			 <name>Size:</name>
			 <desc>N/A</desc>
		 </component>
	 </nolabelfor>
Comment 1 Thuy.d Nguyen 2008-09-09 21:01:22 UTC
This is NB Font Chooser that we're using. Reassigning the issue to appropriate group.
Comment 2 Jan Stola 2008-09-10 09:33:10 UTC
I believe that this is as designed. There are two components that allow to change the font size - the text-field and 
the list. The Size label above these components cannot point to both (via its labelFor property).

Reassigning to core/property sheet for evaluation.
Comment 3 Jiri Rechtacek 2008-11-21 15:43:15 UTC
I agree with jstola, this is as designed.