Bugzilla – Bug 488998
ColorDialog: SmallColorControls should have name for orca to announce
Last modified: 2009-04-15 13:55: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
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.