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 45580 - A11Y problems in Add Library dialog
Summary: A11Y problems in Add Library dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-06-25 14:11 UTC by Milan Kubec
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 Milan Kubec 2004-06-25 14:11:57 UTC
Add Library dialog is opened from Library Manager
when invoking Add Library action.

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  }
   Class: javax.swing.JButton {  OK |  }
   Class: javax.swing.JComboBox {  Library Type: |  }
   Class: javax.swing.JTextField {  Library Name: |  }
   Class:
org.netbeans.core.windows.services.NbDialog {  Add
Library |  }
Comment 1 Tomas Zezula 2004-07-12 16:53:58 UTC
Checking in
src/org/netbeans/modules/project/libraries/ui/Bundle.properties;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Checking in
src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.java;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.java,v
 <--  LibrariesCustomizer.java
new revision: 1.12; previous revision: 1.11
done
Checking in
src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form,v
 <--  NewLibraryPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.java;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.java,v
 <--  NewLibraryPanel.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Milan Kubec 2004-07-13 12:05:08 UTC
Accessible desc. is still missing for:

Class: org.netbeans.core.windows.services.NbDialog { Add Library |  }
Comment 3 Tomas Zezula 2004-07-13 14:56:25 UTC
Checking in
src/org/netbeans/modules/project/libraries/ui/Bundle.properties;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.15; previous revision: 1.14
done
Checking in
src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form,v
 <--  NewLibraryPanel.form
new revision: 1.5; previous revision: 1.4
done
Checking in
src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.java;
/cvs/projects/libraries/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.java,v
 <--  NewLibraryPanel.java
new revision: 1.8; previous revision: 1.7
done
Comment 4 Milan Kubec 2004-07-15 10:09:43 UTC
Verified in custom build 20040715.
Comment 5 Quality Engineering 2007-09-20 10:40:15 UTC
Reorganization of java component