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 127945 - Run Ant Target dialog's accessibility improvement needed
Summary: Run Ant Target dialog's accessibility improvement needed
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 21:06 UTC by Jaromir Uhrik
Modified: 2008-02-27 19:36 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 Jaromir Uhrik 2008-02-20 21:06:03 UTC
Product Version: NetBeans IDE Dev (Build 20080219062323)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Select build.xml in Files view > In popup menu invoke Run Target|Advanced
The output like following is produced with the accessibility tester:
---------------------------------%<---------------------------------
No Accessible name :
   Class javax.swing.JTextField { | } 
No Accessible description :
   Class javax.swing.JTextField { | } 
   Class org.netbeans.core.windows.services.NbDialog { Run Ant Target | } 
Components with no LABEL_FOR pointing to it :
   Class javax.swing.JTextField { | } 
---------------------------------%<---------------------------------
Missing accessible description for the dialog is the relevant issue. I don't also see the reason why the name,
description and label is not provided for the textfield.
Comment 1 Denis Anisimov 2008-02-27 17:14:11 UTC
changeset:   70203:9755dbcb6acb
tag:         tip
parent:      70200:8202b59b42a2
parent:      70202:2cbf71f9dd3b
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Feb 27 20:12:59 2008 +0300
summary:     Merge for fixes for IZ#127945 and IZ#128014

changeset:   70200:8202b59b42a2
parent:      70117:590a1430ba38
parent:      70199:b4c7ff645ee1
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Feb 27 20:11:19 2008 +0300
summary:     Merger for fixes for IZ#127945 and IZ#128014

changeset:   70117:590a1430ba38
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Feb 27 20:09:41 2008 +0300
summary:     Fixes for IZ#127945 and IZ#128014
Comment 2 Jesse Glick 2008-02-27 19:36:38 UTC
Thanks for help on this. BTW

Tip #1: please include a summary of the fix in the changelog message, not just the issue number, e.g.:

#127945, #128014: A11Y fixes for Ant module.

Tip #2: when closing the issue as fixed, all that is needed is the changeset ID of the fix; no need for full log, and no
need for info about merge changesets. Just

590a1430ba38

would suffice.

Tip #3: use 'hg fetch' rather than merging manually.