Bug 607040 - [uiaclient-GTKs]:The slider control should not support Invoke Pattern
Summary: [uiaclient-GTKs]:The slider control should not support Invoke 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-19 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-19 08:12:26 UTC
COMMENTS

If the control executes a single action or command it should implement IInvokeProvider, but the slider control doesn't meet the requirements.

EPRO

1. Launch F-Spot.
2. Launch UIA Explore.           
3. Expand the "F-Spot" Window on the left of UIA Explore,expand the group and its fourth child as well as its descendants, until find a slider control and select it.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)


RESULTS

'Invoke'
'RangeValue'

EXPECTED RESULTS

The 'Invoke' pattern should not in the pattern list the slider supports.