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 140527 - A11Y - Edit variable dialog
Summary: A11Y - Edit variable dialog
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: David Konecny
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-17 14:11 UTC by Tomas Danek
Modified: 2008-07-29 10:55 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:11:25 UTC
P1 since both descriptions and name is missing

- add a11y names
- add a11y descriptions
- bind components with labels
- add mnemonics

=========================================== Tested Window title : Edit Variable ===========================================

Doesn't implement Accessible : - none.

No Accessible name :

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

No Accessible description :

Class
    javax.swing.JButton { Browse | } 
Class
    javax.swing.JTextField { | } 
Class
    javax.swing.JTextField { | } 
Class
    org.netbeans.core.windows.services.NbDialog { Edit Variable | } 

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it :

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

Components with no mnemonic :

Class
    javax.swing.JButton { Browse | }
Comment 1 David Konecny 2008-07-23 07:03:27 UTC
Fixed in the same commit as issue 140525 (bd29ac551f57). Please confirm everything is fixed now.
Comment 2 Quality Engineering 2008-07-23 11:41:04 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #339 build
Changeset: http://hg.netbeans.org/main/rev/bd29ac551f57
User: David Konecny <dkonecny@netbeans.org>
Log: #140525 and #140527 accessibility issues fixed for new IDE Variables dialogs
Comment 3 Tomas Danek 2008-07-29 10:55:15 UTC
Everything is fine here, thanks.