Bug 604200 - [uiaclient-GTKs]:all the RadioButtons control should support SelectionItem Pattern
Summary: [uiaclient-GTKs]:all the RadioButtons control should support SelectionItem P...
Status: VERIFIED DUPLICATE of bug 597696
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-10 10:30 UTC by Feng Xia Mu
Modified: 2010-06-29 06:38 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-10 10:30:28 UTC
EPRO

1. Launch F-Spot, click "Edit" --> "Preferences" on the menu bar.
2. Launch UIA Explore.           
3. Expand the "F-Spot Preferences" window on the left of UIA Explore, and
expand the first pane in first group , and continue to expand until find a
radio button named 'Separately from the image files' and select it.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)

RESULTS

'Invoke'

EXPECTED RESULTS
The 'SelectionItem' pattern should in the RadioButtons's supported patterns list.
Comment 1 Feng Xia Mu 2010-05-13 03:59:30 UTC
Reduce the priority .
Comment 2 Feng Xia Mu 2010-06-29 06:38:13 UTC
the bug is duplicated with bug 597696

*** This bug has been marked as a duplicate of bug 597696 ***