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 140255 - Accessibility of Project Properties > Run > New Configuration Dialog
Summary: Accessibility of Project Properties > Run > New Configuration Dialog
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-16 11:13 UTC by josin
Modified: 2008-08-12 07:43 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 josin 2008-07-16 11:13:16 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 is no mnemonic for label in "New Configuration" dialog.
(Project Properties > Run > New Configuration...)

Full output from accessibility tester:
=========================================== 
Tested Window title : Create New Configuration 
===========================================

Doesn't implement Accessible : - none.

No Accessible name : - none.

No Accessible description : - none.

Label with LABEL_FOR not set : - none.

Components with no LABEL_FOR pointing to it : - none.

Components with no mnemonic :

Class
    javax.swing.JLabel { Configuration Name: | } 

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

Components not reachable with tab traversal : - none. [Evaluation:
Comment 1 Milan Kubec 2008-07-31 14:59:19 UTC
Fixed.

http://hg.netbeans.org/main/rev/f595c3d5c725
Comment 2 Quality Engineering 2008-08-01 04:06:02 UTC
Integrated into 'main-golden', available in build *200808010201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/f595c3d5c725
User: Milan Kubec <mkubec@netbeans.org>
Log: #140255: A11Y fix
Comment 3 josin 2008-08-12 07:43:49 UTC
It is OK now. Changing status to verified.