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 140089 - [A11Y] Issues with [StringItem] - Text custom editor
Summary: [A11Y] Issues with [StringItem] - Text custom editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-15 14:01 UTC by Andrei Chistiakov
Modified: 2008-07-29 12:53 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 Andrei Chistiakov 2008-07-15 14:02:00 UTC
Reproduced with NetBeans IDE Dev (Build 20080715055910).

Issues with [StringItem] - Text custom editor

 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextArea {  |  } 

 No Accessible description :
   Class: javax.swing.JRadioButton {  Text: |  } 
   Class: javax.swing.JTextArea {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextArea {  |  }
Comment 1 Denis Anisimov 2008-07-17 15:17:40 UTC
Section with "Components with no LABEL_FOR pointing to it :" is not
a bug for this case.

For each pointed component there is Radio Button that is bound to 
component. So there is no need for Labels here.
Comment 2 Denis Anisimov 2008-07-17 16:15:50 UTC
Accessible name and description  are fixed.

changeset:   90472:646c907ee119
user:        Denis Anisimov <ads@netbeans.org>
date:        Thu Jul 17 18:54:43 2008 +0400
summary:     Fix for #140089 - [A11Y] Issues with [StringItem] - Text custom editor
Comment 3 Andrei Chistiakov 2008-07-29 12:53:48 UTC
Verified with NetBeans IDE Dev (Build 200807290201).