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 108697 - A11y report - VWP - style property - border dialog
Summary: A11y report - VWP - style property - border dialog
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-02 23:46 UTC by _ krystyna
Modified: 2007-08-29 23:22 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 _ krystyna 2007-07-02 23:46:08 UTC
NB build 0720000
XP
JDK1.6.0_02

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  List of Style Editors |  Displays the List of available Style Editors }
   Class: javax.swing.JTextArea {  Style preview text area |  Text area that displays the preview of composed style }
   Class: org.netbeans.modules.visualweb.propertyeditors.css.BorderDataTable {  Border style table |  Table that 
displays dropdown lists for various prop
Comment 1 Pegah Sarram 2007-07-30 23:47:51 UTC
The list and the text area don't have any label associated with them. In order to fix the no LABEL_FOR error, we need to
add labels for those components. This would require change in the layout of the panels using those components.
Comment 2 Pegah Sarram 2007-08-29 23:22:18 UTC
I don't see the JTextArea error any more. Here is what I get.

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  List of Style Editors |  Displays the List of available Style Editors }
   Class: org.netbeans.modules.visualweb.propertyeditors.css.BorderDataTable {  Border style table |  Table that
displays dropdown lists for various properties of the border style }

I spoke with Winston about this. This dialog is designed such that the list of style selectors and the border style
table don't have labels. So ignore the LABEL_FOR errors. Marking INVALID.