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 110294 - [A11Y][New Web application with existing ant script (Source package folders window)] not a11ble
Summary: [A11Y][New Web application with existing ant script (Source package folders w...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Freeform (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-19 14:11 UTC by Dan Kolar
Modified: 2007-10-26 14:47 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 Dan Kolar 2007-07-19 14:11:03 UTC
build 200707170000

===============================================
 Tested Window title : New Web Application with Existing Ant Script
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JComboBox {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Includes/Excludes... |  }
   Class: javax.swing.JComboBox {  |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JButton {  Next > |  Next step: 6. Java Sources Classpath }


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  < Back |  Previous step: 4. Web Sources }
   Class: javax.swing.JButton {  Add Folder... |  N/A }
   Class: javax.swing.JButton {  Cancel |  n/a }
   Class: javax.swing.JButton {  Finish |  n/a }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JButton {  Includes/Excludes... |  }
   Class: javax.swing.JButton {  Next > |  Next step: 6. Java Sources Classpath }
   Class: javax.swing.JComboBox {  Source Level: |  N/A }
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JTable {  Test Package Folders: |  N/A }
Comment 1 Tomas Mysik 2007-07-24 10:48:47 UTC
Web Freeform fixed (there's tab traversal error there but the tab navigation works for me).
Ant Freeform and Java Freeform seem to be fixed as well - so re-assigning.

Checking in src/org/netbeans/modules/web/freeform/ui/Bundle.properties;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.14; previous revision: 1.13
done
Checking in src/org/netbeans/modules/web/freeform/ui/WebLocationsPanel.form;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/ui/WebLocationsPanel.form,v  <--  WebLocationsPanel.form
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/web/freeform/ui/WebLocationsPanel.java;
/cvs/web/freeform/src/org/netbeans/modules/web/freeform/ui/WebLocationsPanel.java,v  <--  WebLocationsPanel.java
new revision: 1.12; previous revision: 1.11
done
Comment 2 Milan Kubec 2007-07-24 15:46:22 UTC
Fixed. Accessible name and description is fixed, Next button is supposed to be default button, so no mnemonics is
needed, anyway Next button is not part of this dialog. I'm not able to reproduce tab traversal problem.

Checking in SourceFoldersPanel.form;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.form,v  <--  SourceFoldersPanel.form
new revision: 1.15; previous revision: 1.14
done
Checking in SourceFoldersPanel.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.java,v  <--  SourceFoldersPanel.java
new revision: 1.27; previous revision: 1.26
done
Comment 3 Dan Kolar 2007-10-26 14:47:53 UTC
v.