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 140535 - A11Y - Applet parameters dlg issues
Summary: A11Y - Applet parameters dlg issues
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-17 14:34 UTC by Tomas Danek
Modified: 2008-07-28 15: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 Tomas Danek 2008-07-17 14:34:03 UTC
Webstart | Applet parameters

missing a11y names, a11y desc, mnemonics, binding labels with components -> P1 according to guidelines, sorry:(


========================================= Tested Window title : Applet Parameters
===========================================

Doesn't implement Accessible : - none.

No Accessible name :

Class
    javax.swing.JTable { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 

No Accessible description :

Class
    javax.swing.JButton { Add | } 
Class
    javax.swing.JButton { Remove | } 
Class
    javax.swing.JTable { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    org.netbeans.core.windows.services.NbDialog { Applet Parameters | } 

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

Class
    javax.swing.JTable { | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 

Components with no mnemonic :

Class
    javax.swing.JButton { Add | } 
Class
    javax.swing.JButton { Remove | } 

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

Components not reachable with tab traversal : - none.
Comment 1 Milan Kubec 2008-07-17 14:43:10 UTC
Setting sane priority.
Comment 2 Tomas Danek 2008-07-18 13:58:27 UTC
Regardless priority, this qualifies as P1 according to guidelines
(http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html). Moreover, priority helps you to distinguish what a11y
bugs are really needed to fix, and which are...let's say...less important...
Comment 3 Milan Kubec 2008-07-28 09:34:21 UTC
Fixed.

http://hg.netbeans.org/main/rev/135c64f12997
Comment 4 Quality Engineering 2008-07-28 15:30:37 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #351 build
Changeset: http://hg.netbeans.org/main/rev/135c64f12997
User: Milan Kubec <mkubec@netbeans.org>
Log: #140535: A11Y fixes