Bug 607040

Summary: [uiaclient-GTKs]:The slider control should not support Invoke Pattern
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.