Bugzilla – Bug 606295
[uiaclient-GTKs]:The Data Item can be expanded or collapsed should support ExpandCollapse Pattern
Last modified: 2010-08-25 09:11:34 UTC
COMMENTS If the data item can be expanded or collapsed to show and hide information, the Expand Collapse pattern must be supported. 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 'ExpandCollapse' pattern must in the Data Item control's supported patterns.