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 140566 - [A11Y] Issues with [SVGForm] - SVG Image custom editor
Summary: [A11Y] Issues with [SVGForm] - SVG Image custom editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-17 15:48 UTC by Andrei Chistiakov
Modified: 2008-07-29 13: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 Andrei Chistiakov 2008-07-17 15:48:31 UTC
Product Version: NetBeans IDE Dev (Build 200807170007)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Issues with [SVGForm] - SVG Image custom editor

 Doesn't implement Accessible :
   Class: org.netbeans.modules.vmd.midpnb.screen.display.SVGImageComponent {  } 

 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTable {  |  } 

 No Accessible description :
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTabbedPane {  Recognized SVG Components |  } 
   Class: javax.swing.JTable {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTabbedPane {  Recognized SVG Components |  } 
   Class: javax.swing.JTable {  |  }
Comment 1 Denis Anisimov 2008-07-18 08:03:28 UTC
There are no labels here.
They are replaced by Radio Buttons.
So absence of LABEL_FOR is not a bug.

All other issues are fixed.

changeset:   90555:80a5ac4eab89
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Jul 18 10:54:40 2008 +0400
summary:     Fix for #140566 - [A11Y] Issues with [SVGForm] - SVG Image custom editor
Comment 2 Denis Anisimov 2008-07-18 08:04:18 UTC
-
Comment 3 Andrei Chistiakov 2008-07-29 13:47:01 UTC
Verified with NetBeans IDE Dev (Build 200807290201).