Bug 606666 - [uiaclient-GTKs]:The Window control supports none Patterns
Summary: [uiaclient-GTKs]:The Window control supports none Patterns
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 08:12 UTC by Feng Xia Mu
Modified: 2010-08-25 09:10 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-18 08:12:53 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4

EPRO

1. Launch F-Spot.
2. Launch UIA Explore.           
3. Select the "F-Spot" Window on the left of UIA Explore.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)


RESULTS

The output is nothing.

EXPECTED RESULTS

The Window control should at least support window pattern.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.