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 65941 - [A11Y]New Web Application with Existing Ant Script wizard
Summary: [A11Y]New Web Application with Existing Ant Script wizard
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-05 10:14 UTC by Jaroslav Pospisil
Modified: 2007-07-24 22:54 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 Jaroslav Pospisil 2005-10-05 10:14:45 UTC
On page 5: Source package folders

 Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JButton {  Finish |  n/a }
   Class: javax.swing.JLabel {  Project Folder: |  }

 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  < Back |  Previous step: 4. Web Sources }
   Class: javax.swing.JLabel {  Build Script: |  }

On page 7: Web sources classpath

 Components with no mnemonic :
   Class: javax.swing.JButton {  Move Down |  N/A }
   Class: javax.swing.JButton {  Move Up |  N/A }
Comment 1 Radko Najman 2005-10-12 13:37:06 UTC
Webapps part fixed. Reassigning to j2se freeform for the rest.

Checking in WebClasspathPanel.java;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/ui/WebClasspathPanel.java,v
 <--  WebClasspathPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in WebClasspathPanel.form;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/ui/WebClasspathPanel.form,v
 <--  WebClasspathPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in Bundle.properties;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Comment 2 Jan Lahoda 2005-10-24 11:49:30 UTC
The only currently reported problem is:
 Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JButton {  Finish |  n/a }
   Class: javax.swing.JLabel {  Project Folder: |  }

 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  < Back |  Previous step: 4. Web Sources }
   Class: javax.swing.JLabel {  Build Script: |  }

But, this conflict IMO does not exist: the panel is used by both the wizard and
project customizer. In the wizard, the Project Folder label and Build Script
labels are not visible, in the project customizer there are no Finish and Back
buttons. I think this is not a conflict and so there is nothing to fix.
Comment 3 Jaroslav Pospisil 2005-11-11 13:37:15 UTC
Verified in 200511092030