Bug 609780 - [uiaclient-GTKs]:The Pane control supports wrong pattern
Summary: [uiaclient-GTKs]:The Pane control supports wrong pattern
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-28 09:21 UTC by Feng Xia Mu
Modified: 2010-08-25 09:06 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 09:21:17 UTC
COMMENTS

If the pane control can be moved, resized, or rotated on the screen, it should implement the Transform pattern or if the pane control can be docked, it should implement the Dock pattern.

EPRO

1. Launch uia2atk/test/samples/gtk/gtkhpaned.py.
2. Launch UIA Explore.           
3. Expand the "HPane" window control on the left of UIA Explore, select the pane control under it.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)


RESULTS

You get nothing. 

EXPECTED RESULTS

'Dock' or 'Transform'