Bug 609765 - [uiaclient-GTKs]:The control who's role name is "ColorChooser" is not implemented yet.
Summary: [uiaclient-GTKs]:The control who's role name is "ColorChooser" is not implem...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 08:40 UTC by Feng Xia Mu
Modified: 2010-05-28 08:40 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 Feng Xia Mu 2010-05-28 08:40:33 UTC
COMMENTS

The control's ControlType should be Window. 

EPRO

1. Launch uia2atk/test/samples/gtk/gtkcolorchooserdialog.py.
2. Launch UIA Explore.           
3. Select the "Color Selection Dialog" control on the left of UIA Explore.
4. In Ipy Script shell, input the following command:
    acc.Current.ControlType.ProgrammaticName

RESULTS

'ControlType.Custom'

EXPECTED RESULTS

'ControlType.Window'