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 140847 - [A11Y] Issues with [Form] - Ticker custom property editor
Summary: [A11Y] Issues with [Form] - Ticker custom property editor
Status: VERIFIED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-19 00:12 UTC by Ivan Sidorkin
Modified: 2008-07-23 17:39 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 Ivan Sidorkin 2008-07-19 00:12:10 UTC
Results of Accessibility test, window with title "form [Form] - Ticker"

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  User Code for Obtaining Ticker |  User Code for Obtaining Ticker } 
   Class: javax.swing.JList {  List of Resources |  Shows list of added resources }
Comment 1 Denis Anisimov 2008-07-23 10:10:22 UTC
This is not a bug.
Please stop file bugs against absence LABEL_FOR without 
analyzing results of A11Y testing tool.

Pointed dialog doesn't contain Labels for pointed component. 
They are replaced by Radio buttons.
A11Y functionality for placing focus at component by choosing radio button
is provided. You can check this yourself ( this is exactly why LABEL_FOR 
is used ).

There are too many bugs with absence of LABEL_FOR filed without analyzing 
problem...
Comment 2 Ivan Sidorkin 2008-07-23 17:39:03 UTC
verified