Bug 602710 - [uiaclient-GTKs]:The ComboBox control should support the SelectionPattern
Summary: [uiaclient-GTKs]:The ComboBox control should support the SelectionPattern
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-05 08:37 UTC by Feng Xia Mu
Modified: 2010-05-13 03:59 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-05 08:37:04 UTC
COMMENTS

There is current selection in the combo box, so the SelectionPattern is delegated to the menu items beneath the combo box.

EPRO

1. Launch F-Spot, click "Tags" --> "Create New Tag..." on the menu bar.
2. Launch UIA Explore.           
3. Expand the "Create New Tag" tree on the left of UIA Explore, and expand the
first pane control, select combobox under it.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        print Automation.PatternName(pattern)


RESULTS

You get nothing in the shell.

EXPECTED RESULTS

There should be 'SelectionPattern' at least.
Comment 1 Feng Xia Mu 2010-05-13 03:59:00 UTC
Reduce the priority .