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 127918 - [A11Y] Missing Accessible Description for a component
Summary: [A11Y] Missing Accessible Description for a component
Status: VERIFIED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:00 UTC by Petr Dvorak
Modified: 2008-07-28 09:25 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:00:59 UTC
Result of A11Y test for "Project properties > Platform > Manage Configurations > Add...":

===========================================
Tested Window title : Add Project Configuration
===========================================

Results of Accessibility test

Doesn't implement Accessible : - none.

No Accessible name : - none.

No Accessible description :

Class
    org.openide.explorer.view.BeanTreeView { Use Configuration Template: | } 
Class
    org.openide.explorer.view.TreeView$ExplorerTree { Use Configuration Template: | } 

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

Class
    org.openide.explorer.view.TreeView$ExplorerTree { Use Configuration Template: | } 

Components with no mnemonic : - none.

Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic): - none.

Components not reachable with tab traversal :

Class
    javax.swing.JButton { Help | Help button }
Comment 1 Denis Anisimov 2008-07-28 07:02:16 UTC
Classes BeanTreeView , TreeView$ExplorerTree are openide API
that are used  for explorer functionality. They are transparent 
for  user and don't need A11Y properties.

Also they don't need LABEL_FOR property.

Help button is in dialogs openapi that is commmon for 
dialogs. So any issues should be addressed to this module.
By the way "Help" button is reachable with tab traversal
for me. 
So please check this for recent build and problem with 
"Help" button still exist file new issue against Dialogs openapi.
Comment 2 Petr Dvorak 2008-07-28 09:25:08 UTC
Yes, this issue was submitted with a lot of "novice's ignorance". ;) Verified