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 139918 - A11Y: Components with no LABEL_FOR in "Insert Record" dialog
Summary: A11Y: Components with no LABEL_FOR in "Insert Record" dialog
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Shansi 11
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-14 18:14 UTC by Roman Mostyka
Modified: 2008-07-24 18:08 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 Roman Mostyka 2008-07-14 18:14:38 UTC
Results of Accessibility test, window with title "Insert Record"
Components with no LABEL_FOR pointing to it :
  Class: javax.swing.JTextArea {  |  } 
  Class: javax.swing.JTextField {  |  <html> <table border=0 cellspacing=0 cellpadding=0 ><tr> <td>&nbsp;Name</td> <td>
&nbsp; : &nbsp; <b>frequentflyer</b> </td> </tr><tr> <td>&nbsp;Type</td> <td> &nbsp; : &nbsp; <b>SMALLINT</b> </td>
</tr><tr> <td>&nbsp;Precision</td> <td> &nbsp; : &nbsp; <b>6</b> </td> </tr></table> </html> } 
  Class: javax.swing.JTextField {  |  <html> <table border=0 cellspacing=0 cellpadding=0 ><tr> <td>&nbsp;Name</td> <td>
&nbsp; : &nbsp; <b>jobtitle</b> </td> </tr><tr> <td>&nbsp;Type</td> <td> &nbsp; : &nbsp; <b>VARCHAR</b> </td> </tr><tr>
<td>&nbsp;Length</td> <td> &nbsp; : &nbsp; <b>50</b> </td> </tr></table> </html> } 
  Class: javax.swing.JTextField {  |  <html> <table border=0 cellspacing=0 cellpadding=0 ><tr> <td>&nbsp;Name</td> <td>
&nbsp; : &nbsp; <b>lastupdated</b> </td> </tr><tr> <td>&nbsp;Type</td> <td> &nbsp; : &nbsp; <b>TIMESTAMP</b> </td>
</tr><tr> <td>&nbsp;Precision</td> <td> &nbsp; : &nbsp; <b>19</b> </td> </tr><tr> <td>&nbsp;Nullable</td> <td> &nbsp; :
&nbsp; <b> No </b> </td> </tr></table> </html> } 
  Class: javax.swing.JTextField {  |  <html> <table border=0 cellspacing=0 cellpadding=0 ><tr> <td>&nbsp;Name</td> <td>
&nbsp; : &nbsp; <b>name</b> </td> </tr><tr> <td>&nbsp;Type</td> <td> &nbsp; : &nbsp; <b>VARCHAR</b> </td> </tr><tr>
<td>&nbsp;Length</td> <td> &nbsp; : &nbsp; <b>50</b> </td> </tr></table> </html> } 
  Class: javax.swing.JTextField {  |  <html> <table border=0 cellspacing=0 cellpadding=0 ><tr> <td>&nbsp;Name</td> <td>
&nbsp; : &nbsp; <b>personid</b> </td> </tr><tr> <td>&nbsp;Type</td> <td> &nbsp; : &nbsp; <b>INTEGER</b> </td> </tr><tr>
<td>&nbsp;Precision</td> <td> &nbsp; : &nbsp; <b>11</b> </td> </tr><tr> <td>&nbsp;PK</td> <td> &nbsp; : &nbsp; <b> Yes
</b> </td> </tr><tr> <td>&nbsp;Nullable</td> <td> &nbsp; : &nbsp; <b> No </b> </td> </tr></table> </html> }
Comment 1 Jaromir Uhrik 2008-07-15 13:18:21 UTC
Decreasing priority to P4 according to the current bug priority guidelines at http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html ('No LABEL_FOR 
points to a component' is considered as P4 issue).
Comment 2 Shansi 11 2008-07-17 10:54:33 UTC
http://hg.netbeans.org/main/rev/da3986595b70 
Comment 3 Roman Mostyka 2008-07-18 13:08:15 UTC
The problem still exists. I see changes from pointed changeset, but a11y-tool still reports this issue.
Comment 4 Shansi 11 2008-07-20 05:09:11 UTC
http://hg.netbeans.org/main/rev/1917d0e4e3ff
Comment 5 Roman Mostyka 2008-07-21 15:52:59 UTC
Still see the same.
Have you run a11y-tool? I see changes from changeset, but a11y-tool still give me the same results.
Comment 6 Roman Mostyka 2008-07-24 18:07:52 UTC
Fixed. Only TextArea hasn't LABEL_FOR, but as Sivashankari wrote me it is unnecessary.
Comment 7 Roman Mostyka 2008-07-24 18:08:40 UTC
Verified with build 080724.