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 140849 - [A11Y] Issues with [WaitScreen] - Full Screen custom property editor
Summary: [A11Y] Issues with [WaitScreen] - Full Screen custom property editor
Status: VERIFIED FIXED
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:18 UTC by Ivan Sidorkin
Modified: 2008-07-25 11:58 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:18:44 UTC
Results of Accessibility test, window with title "waitScreen [WaitScreen] - Full Screen"

 No Accessible description :
   Class: javax.swing.JCheckBox {  Full Screen |  } 
   Class: javax.swing.JRadioButton {  Boolean Value: |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  User Code for Obtaining Boolean |  User Code for Obtaining Boolean }
Comment 1 Denis Anisimov 2008-07-23 10:44:55 UTC
LABEL_FOR issue is not a bug.
Labels are replaced by radio buttons.
So no need in LABEL_FOR .

All others are fixed.

changeset:   91689:26c67f1c4d03
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 23 13:40:37 2008 +0400
summary:     Fix for #140849 - [A11Y] Issues with [WaitScreen] - Full Screen custom property editor
Comment 2 Quality Engineering 2008-07-23 17:22:06 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #340 build
Changeset: http://hg.netbeans.org/main/rev/26c67f1c4d03
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #140849 - [A11Y] Issues with [WaitScreen] - Full Screen custom property editor
Comment 3 Ivan Sidorkin 2008-07-25 11:58:39 UTC
verified