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 19242 - Parts of the "Arguments for Tag Command" window are not fully accessible.
Summary: Parts of the "Arguments for Tag Command" window are not fully accessible.
Status: CLOSED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-01-09 20:48 UTC by pknakal
Modified: 2007-01-04 17:14 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 pknakal 2002-01-09 20:48:00 UTC
NetBeans 3.3.1 ... build 200201040331 ... Solaris 8 ... J2SDK1.4.0_b90

No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JTextField {  Tag Name: |  } 

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Option tabs. |  Command option tabs. }
Comment 1 pknakal 2002-01-09 20:50:02 UTC
Added keyword A11Y.
Comment 2 Chris Ledantec 2002-01-10 17:34:21 UTC
this is not a bug. 1. buttons do not need to have a11y descriptions to
be accessible. 2. the jtextfield does not need an a11y description 3.
the jtabbed pane does not need a label.

as a rule a11y descriptions are only for components whose function is
unclear. if the a11y name provides enough information then the
description is not necessary. 

this isn't something that the testing tool will figure out for you.
you have to look at the dialog and make that judgement yourself.
Comment 3 pknakal 2002-01-14 09:29:22 UTC
OK.
Comment 4 Quality Engineering 2003-07-01 12:48:24 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.