Bugzilla – Bug 607040
[uiaclient-GTKs]:The slider control should not support Invoke Pattern
Last modified: 2010-08-25 09:10:16 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.