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 142122 - [A11Y] Issues with [SVGImage] - Resource Path custom property editor
Summary: [A11Y] Issues with [SVGImage] - Resource Path custom property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-29 19:18 UTC by Ivan Sidorkin
Modified: 2008-08-01 15:51 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 Ivan Sidorkin 2008-07-29 19:18:55 UTC
Results of Accessibility test, window with title "svgImage [SVGImage] - Resource Path"

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


 No Accessible description :
   Class: javax.swing.JButton {  ... |  } 
   Class: javax.swing.JRadioButton {  SVG Image Resource Path: |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  User Code for Obtaining SVG Image |  User Code for Obtaining SVG Image } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  ... |  }
Comment 1 Denis Anisimov 2008-07-30 17:50:27 UTC
Need to set A11Y props.
Comment 2 Denis Anisimov 2008-07-31 10:38:14 UTC
JEditor pane has associated radio button instead of label.
So no need in LABEL_FOR.

All others are fixed.

changeset:   93682:ee59db67378a
user:        Denis Anisimov <ads@netbeans.org>
date:        Thu Jul 31 13:23:55 2008 +0400
summary:     Fix for #142122 - [A11Y] Issues with [SVGImage] - Resource Path custom property editor
Comment 3 Quality Engineering 2008-07-31 15:44:53 UTC
Integrated into 'main-golden', available in build *200807311401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/ee59db67378a
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #142122 - [A11Y] Issues with [SVGImage] - Resource Path custom property editor
Comment 4 Ivan Sidorkin 2008-08-01 15:51:38 UTC
verified