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 142069 - [A11Y] Issues with [WaitScreen] - Task custom property editor
Summary: [A11Y] Issues with [WaitScreen] - Task custom property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-29 14:22 UTC by Ivan Sidorkin
Modified: 2008-08-01 16:09 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-29 14:22:43 UTC
Results of Accessibility test, window with title "waitScreen [WaitScreen] - Task"

 No Accessible name :
   Class: javax.swing.JTextArea {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Go to Source... |  } 
   Class: javax.swing.JTextArea {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  User Code for Obtaining Cancellable Task |  User Code for Obtaining Cancellable Task } 
   Class: javax.swing.JList {  List of Resources |  Shows list of added resources } 
   Class: javax.swing.JTextArea {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Go to Task Execution Code: |  }
Comment 1 Denis Anisimov 2008-07-30 17:49:19 UTC
Need to set A11Y props.
Comment 2 Denis Anisimov 2008-07-30 20:32:57 UTC
changeset:   93580:27e18a3a9bf0
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 30 23:29:11 2008 +0400
summary:     Fix for #142069 - [A11Y] Issues with [WaitScreen] - Task custom property editor
Comment 3 Denis Anisimov 2008-07-30 20:35:12 UTC
LABEL_FOR is fixed only for JTextArea.
All other components has associated JRadioButton instead of JLabel
and LABEL_FOR is not needed.
Comment 4 Quality Engineering 2008-07-31 04:07:31 UTC
Integrated into 'main-golden', available in build *200807310201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/27e18a3a9bf0
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #142069 - [A11Y] Issues with [WaitScreen] - Task custom property editor
Comment 5 Ivan Sidorkin 2008-08-01 16:09:42 UTC
verified