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 111734 - [A11Y] Accessibility issues in Add a Framework dialog
Summary: [A11Y] Accessibility issues in Add a Framework dialog
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-08-02 13:32 UTC by Jiri Skrivanek
Modified: 2007-08-10 14:34 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 2007-08-02 13:32:20 UTC
Please, fix accessibility issues in Add a Framework dialog of web project properties (call Properties context menu on
web project node, choose Frameworks, click Add button).

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  List of registered Frameworks |  Select a framework or framworks to add to the web module. }

Also please, fix typo in ACSD_ListFrameworks (framworks).
Comment 1 Tomas Mysik 2007-08-08 14:24:25 UTC
Should be fixed now.

Checking in web/project/src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.form,v  <--  
AddFrameworkPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in web/project/src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/AddFrameworkPanel.java,v  <--  
AddFrameworkPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties,v  <--  Bundle.properties
new revision: 1.81; previous revision: 1.80
done
Comment 2 Jiri Skrivanek 2007-08-10 14:34:38 UTC
Verified.