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 94428 - A11Y: Add query criteria dialog
Summary: A11Y: Add query criteria dialog
Status: RESOLVED DUPLICATE of bug 135333
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: John Baker
URL:
Keywords: A11Y
Depends on:
Blocks: 152776
  Show dependency tree
 
Reported: 2007-02-05 18:02 UTC by bugbridge
Modified: 2008-11-18 13:05 UTC (History)
3 users (show)

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 bugbridge 2007-02-05 18:02:20 UTC
Original status: 3-Accepted; Suggested Status: NEW

Original Target Release: shortfin_dev; Suggested Target Milestone : 5.5

These items should be added to the Keywords: A11Y

Original submitter: mikhailmatveev

Description:
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Parameter  |  The field to specify a
parameter from your program. } 
   Class: javax.swing.JTextField {  Value  |  The field to specify the static
value to use in the comparison, such as 8 for a numeric field or 'Smith' for a
text field. }

Evaluation:
Added the usual fixes.
Comment 1 David Vancouvering 2008-01-10 00:33:43 UTC
I'm sorry, I really don't understand this bug.  Can you explain it to me more, and what needs to be fixed?

Thanks.
Comment 2 Roman Mostyka 2008-02-08 11:54:02 UTC
It is an accessibility issue for some dialog I guess.
Look for dialog with fields Parameter and Value with corresponding descriptions and fix the accessibility issue. If
there is no such dialog anymore or the issue was fixed then mark this issue as FIXED.
Comment 3 David Vancouvering 2008-03-17 18:23:37 UTC
http://hg.netbeans.org/main?cmd=changeset;node=4f6ac71d8d19
Comment 4 Roman Mostyka 2008-03-19 16:33:24 UTC
Accessibility tool make following report:

<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : Add Query Criteria </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "Add Query Criteria"


 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 :
   Class: javax.swing.JTextField {  Parameter |  The field to specify a parameter from your program. } 
   Class: javax.swing.JTextField {  Value |  The field to specify the static value to use in the comparison, such as 8
for a numeric field or 'Smith' for a text field. } 

 Components with no mnemonic :
   - none.

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

 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>

And by the way, in changeset I see a mistake:
parmTxtFieldLbl.setLabelFor(parmTxtFieldLbl);
However accessibility tool shows "no LABEL_FOR" also for "Value" text field.
Comment 5 Roman Mostyka 2008-11-08 13:13:49 UTC

*** This issue has been marked as a duplicate of 135333 ***
Comment 6 Petr Blaha 2008-11-18 13:05:09 UTC
Move visualsqleditor subcomponents below visualweb