Bug 606305

Summary: [uiaclient-GTKs]:The Data Item contains a state that can be cycled through should support Toggle 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-17 08:53:44 UTC
COMMENTS

Data Item that can cycle through a set of states and maintain a state once set should support Toggle Pattern.

EPRO

1. Launch F-Spot, click "Edit" --> "Manage Extensions" on the menu bar.
2. Launch UIA Explore.           
3. Expand the "Extension Manager" Window on the left of UIA Explore, and expand
the children of this window until find the Table control , under Table there is
DataItem control,select it.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)


RESULTS

'Grid'
'Selection'
'Table'

EXPECTED RESULTS

The 'Toggle' pattern must in the Data Item control's supported
patterns.