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 140843 - [A11Y] Issues with Gauge Value custom property editor
Summary: [A11Y] Issues with Gauge Value custom property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-18 22:41 UTC by Ivan Sidorkin
Modified: 2008-07-25 12:01 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-18 22:41:28 UTC
Results of Accessibility test, window with title "Gauge Value"


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


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

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextField {  |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:31:21 UTC
This is P2 issue because accessible name is missing - see http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Denis Anisimov 2008-07-22 08:36:51 UTC
Radio buttons are replacement for labels here.
So no need in LABEL_FOR.

All other issues are fixed.

changeset:   91231:577ef1a03cd3
user:        Denis Anisimov <ads@netbeans.org>
date:        Tue Jul 22 11:34:06 2008 +0400
summary:     Fix for #140843 - [A11Y] Issues with Gauge Value custom property editor
Comment 3 Ivan Sidorkin 2008-07-23 15:22:32 UTC
Results of Accessibility test, window with title "Gauge Value"

 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Gauge Value |  } 
Comment 4 Denis Anisimov 2008-07-23 16:32:14 UTC
changeset:   91709:3f3deec6e218
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 23 19:28:53 2008 +0400
summary:     Fix A11Y issue for NbDialog in #140843
Comment 5 Ivan Sidorkin 2008-07-25 12:01:08 UTC
verified