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 127933 - [A11Y] Missing Accessible Description and other A11Y
Summary: [A11Y] Missing Accessible Description and other A11Y
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Game Builder (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:41 UTC by Petr Dvorak
Modified: 2008-04-14 11:32 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 Dvorak 2008-02-20 17:41:38 UTC
Dialog that pops out after "Game Designer > Create new Sprite" have some A11Y issues. Result of A11Y test:

===============================================
 Tested Window title : Create new Sprite
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   Class: org.netbeans.modules.vmd.game.dialog.FullImageGridPreview {  } 


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


 No Accessible description :
   Class: javax.swing.JButton {  Import sample images |  } 
   Class: javax.swing.JCheckBox {  Zoom |  } 
   Class: javax.swing.JList {  Select image: |  } 
   Class: javax.swing.JSlider {  |  } 
   Class: javax.swing.JSlider {  |  } 
   Class: javax.swing.JTextField {  Sprite name: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Select image: |  } 
   Class: javax.swing.JLabel {  Sprite name: |  }
Comment 1 Andrew Korostelev 2008-02-27 18:15:55 UTC
accessible name and description was added to all elements.
The following mnemonics were added: "&Select Image", "Sprite &name"

http://hg.netbeans.org/main/rev/81e7309920ed
Comment 2 Petr Dvorak 2008-04-14 11:32:30 UTC
Verified: 20080411