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 128117 - [A11Y] Accessibility issues in Ruby Gems dialog
Summary: [A11Y] Accessibility issues in Ruby Gems dialog
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-22 10:47 UTC by Jiri Skrivanek
Modified: 2008-02-28 08:41 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 Skrivanek 2008-02-22 10:47:06 UTC
Please, fix accessibility issues in Ruby Gems dialog.

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

 No Accessible description :
   Class: javax.swing.JButton {  Browse |  }
   Class: javax.swing.JButton {  Manage... |  }
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JTabbedPane {  Gems Tabs |  }
   Class: javax.swing.JTextField {  |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Updated List |  N/A }
   Class: javax.swing.JTabbedPane {  Gems Tabs |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextPane {  Description |  N/A }
Comment 1 Martin Krauskopf 2008-02-22 15:44:31 UTC
Fixed.

http://hg.netbeans.org/main/rev/157808f9b3a6
Comment 2 Jiri Skrivanek 2008-02-28 08:41:00 UTC
Verified.