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 140854 - [A11Y] Issues with [SMSComposer] - Background Color custom property editor
Summary: [A11Y] Issues with [SMSComposer] - Background Color 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-19 00:35 UTC by Ivan Sidorkin
Modified: 2008-07-26 19:44 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-19 00:35:53 UTC
Results of Accessibility test, window with title "smsComposer [SMSComposer] - Background Color"

 No Accessible description :
   Class: javax.swing.JRadioButton {  Color |  } 
   Class: javax.swing.JTabbedPane {  Swatches |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  User Code for Obtaining Color |  User Code for Obtaining Color } 
   Class: javax.swing.JTabbedPane {  Swatches |  }
Comment 1 Denis Anisimov 2008-07-24 09:01:03 UTC
Absence of LABEL_FOR is not a bug.
Labels here are replaced by radio buttons.
So there is no need in this functionality.

All others are fixed.
changeset:   91871:554e136552bc
user:        Denis Anisimov <ads@netbeans.org>
date:        Thu Jul 24 11:32:11 2008 +0400
summary:     Fix for #140854 - [A11Y] Issues with [SMSComposer] - Background Color custom property editor
Comment 2 Quality Engineering 2008-07-25 15:45:02 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #344 build
Changeset: http://hg.netbeans.org/main/rev/554e136552bc
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #140854 - [A11Y] Issues with [SMSComposer] - Background Color custom property editor
Comment 3 Ivan Sidorkin 2008-07-26 18:38:31 UTC
RGB panel:

Results of Accessibility test, window with title "smsComposer [SMSComposer] - Background Color"

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


 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JSlider {  Blue |  } 
   Class: javax.swing.JSlider {  Green |  } 
   Class: javax.swing.JSlider {  Red |  } 
   Class: javax.swing.JTabbedPane {  RGB |  } 

HSP panel:
Results of Accessibility test, window with title "smsComposer [SMSComposer] - Background Color"

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


 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JRadioButton {  B |  } 
   Class: javax.swing.JRadioButton {  H |  } 
   Class: javax.swing.JRadioButton {  S |  } 
   Class: javax.swing.JSlider {  |  } 
   Class: javax.swing.JTabbedPane {  HSB |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

Swatches panel
 No Accessible description :
   Class: javax.swing.JTabbedPane {  Swatches |  } 
Comment 4 Denis Anisimov 2008-07-26 19:02:50 UTC
All mentioned panels are in JColorChooser component.
This is JDK component.

A11Y props (name and desc) are set for JColorChooser as fix for this bug.

You can file bug against JDK for JColorChooser.

This is fixed.
Comment 5 Ivan Sidorkin 2008-07-26 19:44:05 UTC
verified