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 127992 - Accessibility of NetBeans IDE Installer needs improvement
Summary: Accessibility of NetBeans IDE Installer needs improvement
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-21 10:13 UTC by Jaromir Uhrik
Modified: 2008-02-29 15:06 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 Jaromir Uhrik 2008-02-21 10:13:40 UTC
Product Version: NetBeans IDE Dev (Build 20080219062323)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

The installer has the problems with accessibility - especially the missing accessibility description of this dialog must
be fixed. The foollowing snippet shows where are problems with a11y:
--------------------------------%<-------------------------------------------
No Accessible name :
   Class javax.swing.JTextPane { | text/html } 
No Accessible description :
   Class org.netbeans.core.windows.services.NbDialog { NetBeans? IDE Installer | } 
Components with no LABEL_FOR pointing to it :
   Class javax.swing.JTextPane { | text/html } 
--------------------------------%<-------------------------------------------
Comment 1 Jiri Rechtacek 2008-02-26 10:00:02 UTC
http://hg.netbeans.org/core-main/rev/ac463eb0c13d
Comment 2 Jaromir Uhrik 2008-02-29 15:06:08 UTC
Verified in trunk build of 2008/02/29. The output of the a11y tester now contains only missing LABEL_FOR which is not
necessary in this kind of dialog.