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 140221 - Accessibility of plugin manager
Summary: Accessibility of plugin manager
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-16 08:38 UTC by josin
Modified: 2008-09-30 09:21 UTC (History)
1 user (show)

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 josin 2008-07-16 08:38:14 UTC
Tested with the following environment:
* Product Version: NetBeans IDE Dev (Build 200807101204)
* Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
* System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)
* Userdir: /home/josin/.netbeans/dev

There are components without LABEL_FOR which are pointing to it:
 * "Switch between updates, available, installed and downloaded plugins | Switch between updates, available, installed
and downloaded plugins" TabbedPane
 * org.netbeans.modules.autoupdate.ui.UnitDetails { Plugin Details | text/html } 
 * org.netbeans.modules.autoupdate.ui.UnitTable { List of Plugins | List of Plugins }

Full output from accessibility tester:

=========================================== Tested Window title : Plugins ===========================================

Doesn't implement Accessible :

Class
    javax.swing.plaf.synth.SynthSplitPaneDivider { } 
Class
    javax.swing.plaf.synth.SynthSplitPaneDivider { } 
Class
    javax.swing.plaf.synth.SynthSplitPaneDivider { } 
Class
    javax.swing.plaf.synth.SynthSplitPaneDivider { } 
Class
    javax.swing.plaf.synth.SynthSplitPaneDivider { } 

No Accessible name : - none.

No Accessible description : - none.

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

Class
    javax.swing.JTabbedPane { Switch between updates, available, installed and downloaded plugins | Switch between
updates, available, installed and downloaded plugins } 
Class
    org.netbeans.modules.autoupdate.ui.UnitDetails { Plugin Details | text/html } 
Class
    org.netbeans.modules.autoupdate.ui.UnitTable { List of Plugins | List of Plugins } 

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 : - none. [Evaluation:
Comment 1 Jaromir Uhrik 2008-07-21 09:39:33 UTC
Confirmed that the relevant in this issue is only section "Components with no LABEL_FOR pointing to it"
Comment 2 Jiri Rechtacek 2008-09-23 14:57:46 UTC
As designed, there are no labels to pointing to table of plugins or plugin's detail page. No way how to fix that.
Comment 3 josin 2008-09-30 09:21:46 UTC
V.