Bug 488998

Summary: ColorDialog: SmallColorControls should have name for orca to announce
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Enhancement    
Priority: P3 - Medium    
Version: Release 1.0   
Target Milestone: Release 1.1   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-03-26 03:32:37 UTC
REPRO:

1. run uia2atk/test/samples/colordialog.py
2. run accerciser, expand dialog, there are 64 SmallColorControls with "push button" role under panel in which has 66 children
3. run orca, mouse click SmallColorControls or keyRight/Left navigate on SmallColorControls

RESULTS:

there are no Names for SmallColorControls, orca announce "button" for each SmallColorControls so that user still doesn't know what color is selected.

EXPECTED RESULTS:

I expect SmallColorControls have color as its Name, then orca can announce the color and the role to user
Comment 1 Brad Taylor 2009-04-14 19:20:10 UTC
We may not be able to say anything useful as all that is stored is the RGB color value, not a fuzzy name.  But I may be misinterpreting the issue, so we'll have to investigate.