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 - [A11Y] Edit dependency dialog
Summary: [A11Y] Edit dependency dialog
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: A11Y, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-06-20 10:03 UTC by Tomas Danek
Modified: 2006-11-03 19:38 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 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.