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 78472

Summary: [A11Y] Edit dependency dialog
Product: apisupport Reporter: Tomas Danek <musilt2>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic
Priority: P2 Keywords: A11Y, SIMPLEFIX
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Danek 2006-06-20 10:03:16 UTC
5.5 20060619
(P2, sorry -> http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html)

===============================================
 Tested Window title : Edit "Actions APIs" Dependency
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

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


 No Accessible description :
   Class: javax.swing.JCheckBox {  Include API Packages in Classpath: |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JRadioButton {  Implementation Version |  }
   Class: javax.swing.JRadioButton {  Specification Version: |  }
   Class: javax.swing.JTextField {  Code Name Base: |  }
   Class: javax.swing.JTextField {  JAR: |  }
   Class: javax.swing.JTextField {  Major Release Version: |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Edit "Actions APIs"
Dependency |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTextField {  |  }
Comment 1 Martin Krauskopf 2006-08-07 20:16:23 UTC
Fixed.

ui/customizer/Bundle.properties; 1.78 -> 1.79;
ui/customizer/EditDependencyPanel.form; 1.8 -> 1.9;
ui/customizer/EditDependencyPanel.java; 1.20 -> 1.21;
Comment 2 Tomas Danek 2006-08-11 14:13:32 UTC
verified in 20060809
Comment 3 Marian Mirilovic 2006-08-16 09:59:16 UTC
Martin,
please don't forget to merge the fixies into the release55 branch, thanks in
advance.