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 110397 - [A11Y] No accessible name and description in Fast import dialog
Summary: [A11Y] No accessible name and description in Fast import dialog
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 12:30 UTC by Jiri Prox
Modified: 2007-10-10 14:35 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 Jiri Prox 2007-07-20 12:30:05 UTC
Product Version: NetBeans IDE Dev (Build 070720) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 System:
Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) Userdir: /home/jp159440/.netbeans/dev

In the Fast import dialog there are missing accessible name and description

===============================================
 Tested Window title : null
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   - none.
 
 No Accessible name :
   Class: javax.swing.JDialog {  |  }
   Class: javax.swing.JList {  |  }
 
 
 No Accessible description :
   Class: javax.swing.JDialog {  |  }
   Class: javax.swing.JList {  |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  }
 
 
 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.
Comment 1 Max Sauer 2007-09-06 15:14:34 UTC
Fixed.
--
Checking in PopupUtil.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/overridden/PopupUtil.java,v  <--  PopupUtil.java
new revision: 1.6; previous revision: 1.5
done
Checking in ImportClassPanel.form;
/cvs/java/editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.form,v  <--  ImportClassPanel.form
new revision: 1.5; previous revision: 1.4
done
Checking in ImportClassPanel.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.java,v  <--  ImportClassPanel.java
new revision: 1.8; previous revision: 1.7
done
Checking in Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/imports/Bundle.properties,v  <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Comment 2 Jiri Prox 2007-10-10 14:35:24 UTC
v.