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 82533 - a11y: WSDL Editor modifying Name property window - a11y issues
Summary: a11y: WSDL Editor modifying Name property window - a11y issues
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-11 22:47 UTC by jchieu
Modified: 2008-12-22 21:50 UTC (History)
2 users (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 jchieu 2006-08-11 22:47:16 UTC
Create a new WSDL File.
Select the Messages folder.
Right mouse button click to Add a Message.
In the propeties panel, click on the [...] associated with the message1

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  Text: |  Enter the property text here }
Comment 1 Jaromir Uhrik 2006-09-11 14:48:54 UTC
IMO in this case the JTextArea does not need to have LABEL_FOR. It is only
dialog containing text area and some text is supposed to be written there what
is obvious from the context. No special label should be added to the dialog -
the dialog simplicity is the reason why there is no need of LABEL_FOR.
Comment 2 Stanislav Aubrecht 2006-09-11 15:09:45 UTC
the label for the text area would have to be something generic like 'Enter
property value here:' which is not helpful at all. the purpose of the text area
should be obvious from the context so there's no need for any LABEL_FOR label