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 65679 - [A11Y] Frameworks panel in new Web project wizard
Summary: [A11Y] Frameworks panel in new Web project wizard
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-03 10:03 UTC by Petr Blaha
Modified: 2005-11-04 17:02 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 Petr Blaha 2005-10-03 10:03:21 UTC
A11Y report:
Components not reachable with tab traversal :
   Class: javax.swing.JButton {  < Back |  Previous step: 2. Name and Location }
   Class: javax.swing.JButton {  Cancel |  n/a }
   Class: javax.swing.JButton {  Finish |  n/a }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JTable {  Frameworks |  Choose frameworks from the list. }

Components with no mnemonic :
   Class: javax.swing.JLabel {  Frameworks |  Choose frameworks from the list. }
Comment 1 Radko Najman 2005-10-11 13:33:51 UTC
Fixed.

Checking in PanelSupportedFrameworksVisual.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/PanelSupportedFrameworksVisual.form,v
 <--  PanelSupportedFrameworksVisual.form
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.60; previous revision: 1.59
done
Checking in PanelSupportedFrameworksVisual.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/wizards/PanelSupportedFrameworksVisual.java,v
 <--  PanelSupportedFrameworksVisual.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Petr Blaha 2005-11-04 17:02:43 UTC
[build 20051103]