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 31318 - [IMT] Import Management Tool has components with no LABEL_FOR pointing to it
Summary: [IMT] Import Management Tool has components with no LABEL_FOR pointing to it
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-21 14:11 UTC by Jan Becicka
Modified: 2007-09-26 09: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 Jan Becicka 2003-02-21 14:11:25 UTC
Step 1:
Components with no LABEL_FOR pointing to it :
Class:
org.openide.explorer.view.TreeTable {  List Table
View |  List table view. }

Step 2:
Components with no LABEL_FOR pointing to it :
Class:
org.openide.explorer.view.TreeTable {  List Table
View |  List table view. }

Step 3:
Components with no LABEL_FOR pointing to it :
Class:
org.openide.explorer.view.TreeTable {  Tree Table
View |  Tree table view. }
Comment 1 Chris Ledantec 2003-02-26 14:27:32 UTC
none of these need a label pointing to them however, the a11y
description needs to the same text as the instructions above the
tables. 'List table view.' is not enough.
Comment 2 Svata Dedic 2003-03-05 17:45:10 UTC
Accessible names & descriptions added to trunk: 
 
Checking in src/org/netbeans/modules/java/imptool/Bundle.properties; 
/cvs/java/src/org/netbeans/modules/java/imptool/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.22; previous revision: 1.21 
done 
Checking in src/org/netbeans/modules/java/imptool/FqnPanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/FqnPanel.java,v  <--  
FqnPanel.java 
new revision: 1.12; previous revision: 1.11 
done 
Checking in src/org/netbeans/modules/java/imptool/ImportPanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/ImportPanel.java,v  
<--  ImportPanel.java 
new revision: 1.11; previous revision: 1.10 
done 
Checking in src/org/netbeans/modules/java/imptool/ResolvePanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/ResolvePanel.java,v  
<--  ResolvePanel.java 
new revision: 1.9; previous revision: 1.8 
done 
Checking in src/org/netbeans/modules/java/imptool/RootPanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/RootPanel.java,v  
<--  RootPanel.java 
new revision: 1.19; previous revision: 1.18 
done 
 
Comment 3 Svata Dedic 2003-03-11 15:55:46 UTC
Raising priority (A11Y should be fixed for release). Merged to rel35: 
/cvs/java/src/org/netbeans/modules/java/imptool/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.21.6.1; previous revision: 1.21 
done 
Checking in FqnPanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/FqnPanel.java,v  <--  
FqnPanel.java 
new revision: 1.11.2.1; previous revision: 1.11 
done 
Checking in ImportPanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/ImportPanel.java,v  
<--  ImportPanel.java 
new revision: 1.10.6.1; previous revision: 1.10 
done 
Checking in ResolvePanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/ResolvePanel.java,v  
<--  ResolvePanel.java 
new revision: 1.8.6.1; previous revision: 1.8 
done 
Checking in RootPanel.java; 
/cvs/java/src/org/netbeans/modules/java/imptool/RootPanel.java,v  
<--  RootPanel.java 
new revision: 1.18.2.1; previous revision: 1.18 
 
Comment 4 Jan Becicka 2003-03-19 13:43:48 UTC
V