JDK-4631925 : JColor Chooser is not fully accessible
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.3.0_02,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: unknown,x86
  • Submitted: 2002-02-01
  • Updated: 2014-10-10
  • Resolved: 2012-12-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b68Fixed
Related Reports
Duplicate :  
Description
JColorChooser is not fully accessible / 508 compliant


more details - the swatches are not in the tab order and seems like
thereis no way to access them via the keyboard

smaller points - 
HSB - perhaps h s and b should have mnemonics the RGB values are not kb accessible - 

all the preview areas are not KB accessible , not sure how a screen reader will parse this - perhaps there should be an accessible description with information about various colr values selected ????

				
###@###.### 2002-04-29
Other products that use JColorChooser will not be fully accessible - if the color chooser is not accessible. 
See also description for 6500705.

Comments
EVALUATION See also description for 6500705.
05-12-2006

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
28-09-2004

EVALUATION Commit for hopper. ###@###.### 2002-04-15 There are four issues here. 1. Swatches are not in tab order and are not accessible. We need more details about what it means for these to be accessible. Are we talking simply about the ability to select a swatch with the keyboard or do they also need to be accessed by a screen reader? 2. H,S,B should have mnemonics. Agreed. 3. R,G,B values are not accessible. I assume we are talking about the R, G, B values used for display only on the HSB panel. They are in fact accessible with TAB, just not editable. 4. Preview areas are not accessible. The preview area simply shows the currently selected color in the context of some other colors. This color is a property of the JColorChooser. I am moving this to incomplete as we need more information about what exactly is required for 1. I will immediately send e-mail to the appropriate parties to get more information. ###@###.### 2002-04-18 responses 1. needs to be accessible by both Keyboard and screen reader 4. as i described before - we need to have some descriptrion for the screen reader for this preview section of the dialog. ###@###.### 2002-04-30 Need more information from ###@###.### on what is involved in making the swatch panel accessible. Currently it is just a single panel that paints all of the swatches. It is quite possible to make them accessible with the keyboard but it is unknown by our team what is required to allow screen-reader access. Also need to know what type of information needs to be provided in the preview panel for a screen reader. I think this request might be bogus. As I said before, the preview panel is designed strictly to show what the "currently selected color", already accessible, would _look_ like in the context of some other colors. There is no additional information to provide access to. Comitting to tiger since this will quite likely involve API change. Also downgrading since this is not a P2. Will re-consider and possibly commit to mantis if new information suggests that API change is not required. ###@###.### 2002-05-02
02-05-2002