Bug 488998 - ColorDialog: SmallColorControls should have name for orca to announce
Summary: ColorDialog: SmallColorControls should have name for orca to announce
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P3 - Medium : Enhancement
Target Milestone: Release 1.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 03:32 UTC by calen chen
Modified: 2009-04-15 13:55 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.