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 65718 - [A11Y] Accessible description missing and no accessible name in new module suite wizard
Summary: [A11Y] Accessible description missing and no accessible name in new module su...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-03 15:01 UTC by Tomas Danek
Modified: 2005-10-10 13:16 UTC (History)
1 user (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 Tomas Danek 2005-10-03 15:01:48 UTC
No Accessible name makes it P2..

Panel two: name and location

 No Accessible name :
   Class: javax.swing.JComboBox {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Manage... |  } 
   Class: javax.swing.JCheckBox {  Set as Main Project |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JTextField {  Project Folder: |  } 
   Class: javax.swing.JTextField {  Project Location: |  } 
   Class: javax.swing.JTextField {  Project Name: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Module Suite
Project |  }
Comment 1 Jan Chalupa 2005-10-05 14:51:07 UTC
Milos, please try to take this one for Martin. Thanks.
Comment 2 Milos Kleint 2005-10-05 16:51:10 UTC
shoulkd be fixed now, the panel is shared with the library wrapper wizard and
module wizard. I've added accessible descriptions for all 3 panels that are used
in the wizards.
Comment 3 Tomas Danek 2005-10-06 10:18:54 UTC
Reopened.
All descriptions are ok, but acessible name is still missing here:
 
   Class: javax.swing.JComboBox {  |  Netbeans Platform } 
Comment 4 Milos Kleint 2005-10-07 10:26:34 UTC
fixed by setting a laber for the combo.
Comment 5 Tomas Danek 2005-10-10 13:16:00 UTC
verified 20051010