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 127995 - A11Y - Validation Warning dialog - missing acc-names, descriptions and Label_for
Summary: A11Y - Validation Warning dialog - missing acc-names, descriptions and Label_for
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-21 10:23 UTC by Jaromir Uhrik
Modified: 2008-02-29 15:02 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:23:01 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 output of accessibility tester for Validation Warning dialog is following:
--------------------------------%<-----------------------------------------
No Accessible name :
   Class javax.swing.JTextArea { | } 
   Class javax.swing.JTextPane { | text/plain } 
No Accessible description :
   Class javax.swing.JTextArea { | } 
   Class org.netbeans.core.windows.services.NbDialog { Validation Warning | } 
Components with no LABEL_FOR pointing to it :
   Class javax.swing.JTextArea { | } 
   Class javax.swing.JTextPane { | text/plain } 
--------------------------------%<-----------------------------------------
Comment 1 Jiri Rechtacek 2008-02-26 10:14:56 UTC
http://hg.netbeans.org/core-main/rev/c25bfe42a334
Comment 2 Jaromir Uhrik 2008-02-29 15:02:16 UTC
Verified. I trunk build of 2008/02/29 there is now reported only conflict related to LABEL_FOR area - which seems that
is not necessary in this kind of dialog.