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 127930 - [A11Y] Missing Accessible Description for a component
Summary: [A11Y] Missing Accessible Description for a component
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:30 UTC by Petr Dvorak
Modified: 2008-04-14 11:30 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 Petr Dvorak 2008-02-20 17:30:13 UTC
Missing accessible description for some components in "". A11Y test result says:

No Accessible name :

Class    javax.swing.JEditorPane { | text/x-java } 
Class    javax.swing.JList { | } 
Class    javax.swing.JTextField { | } 
Class    javax.swing.JTextField { | } 

No Accessible description :

Class    javax.swing.JButton { Add Column | } 
Class    javax.swing.JButton { Add Row | } 
Class    javax.swing.JButton { Add | } 
Class    javax.swing.JButton { Remove Column | } 
Class    javax.swing.JButton { Remove Row | } 
Class    javax.swing.JButton { Remove | } 
Class    javax.swing.JCheckBox { Use Header | } 
Class    javax.swing.JList { | } 
Class    javax.swing.JRadioButton { Resource: | } 
Class    javax.swing.JRadioButton { User Code for Obtaining Table Model: | } 
Class    javax.swing.JTable { Table Model: | } 
Class    javax.swing.JTextField { | } 
Class    javax.swing.JTextField { | }
Comment 1 Petr Dvorak 2008-02-20 17:31:13 UTC
I dropped out how to find a dialog: "Property Window of Table Item > Table Model (New)"
Comment 2 Andrew Korostelev 2008-02-27 19:07:06 UTC
partly fixed.
have fixed table model editor panel 
http://hg.netbeans.org/main/rev/e3e7743a1ce1
Comment 3 Andrew Korostelev 2008-02-28 09:42:41 UTC
Have requested joshis (issue sbmitter) for complete list of steps to reproduce this issue.
Listed components are from different panels and I'm not sure I have fixed all expected panels.

another part of fix for "User Code for Obtaining {0}" radio button
http://hg.netbeans.org/main/rev/b95d530b4d34
"Add", "Remove" buttons, "Resource" radio button.
http://hg.netbeans.org/main/rev/c6d2cfd03d24


Comment 4 Andrew Korostelev 2008-02-28 13:49:40 UTC
steps provided by joshis:
1. Create a mobility application with a HelloMIDlet.
2. Insert a new Table Item (Palette > Items > Table Item) on the screen in the Screen designer
3. Then assign this table item a "Simple Table Model" resource (Palette > Resources > S.T.M.)
4. Go to the S.T.M. resource (!!!) properties and click (...) button at the property "Values"

issue is fixed.
Comment 5 Petr Dvorak 2008-04-14 11:30:22 UTC
Verified: 20080411