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 140696 - [A11Y] new grails specific file wizards
Summary: [A11Y] new grails specific file wizards
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-18 10:19 UTC by Lukas Jungmann
Modified: 2008-10-30 14:25 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 Lukas Jungmann 2008-07-18 10:19:05 UTC
The result from A11Y tester for new domain class, controller, command script, service, taglibrary is the same:

===============================================
 Tested Window title : 
===============================================

Results of Accessibility test

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


 No Accessible description :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {   |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  }
Comment 1 martin_adamek 2008-07-22 09:06:53 UTC
Fixed.
http://hg.netbeans.org/main/rev/4809ebebbe33
Comment 2 Lukas Jungmann 2008-07-23 13:49:15 UTC
again - there seems to be no mnemonics...

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Class Name: |  } 
   Class: javax.swing.JLabel {  Created File: |  } 
   Class: javax.swing.JLabel {  Project: |  }
Comment 3 martin_adamek 2008-07-30 14:14:57 UTC
Fixed.
http://hg.netbeans.org/main/rev/4aaee1fc2cce
Comment 4 Quality Engineering 2008-07-31 04:06:27 UTC
Integrated into 'main-golden', available in build *200807310201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/4aaee1fc2cce
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #140696: [A11Y] new grails specific file wizards
Comment 5 Lukas Jungmann 2008-08-07 15:39:29 UTC
still there in pre-beta:

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Class Name: |  Class Name } 
   Class: javax.swing.JLabel {  Created File: |  Created File } 
   Class: javax.swing.JLabel {  Project: |  Project } 

I've also noticed some inconsistencies in groovy file wizards:
 - some wizards do have specific file type in the step name, some do have "Name and Location"
 - almost no wizard have predefined new file name
 - ie. new gsp file wizard doesn't have "view" (web-app) folder selected by default, other wizards do have selected
appropriate target directory selected
Comment 6 martin_adamek 2008-08-28 14:07:06 UTC
Fixed.
http://hg.netbeans.org/main/rev/0bd4f0971fa5
Comment 7 Quality Engineering 2008-08-30 05:37:37 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/0bd4f0971fa5
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #140696: [A11Y] new grails specific file wizards
Comment 8 Lukas Jungmann 2008-10-01 15:31:48 UTC
let's treat this as v., I'll file new issues if I spot them