Bugzilla – Bug 608200
[uiaclient-GTKs]:The Tree who has a scrollbar should support ScrollPattern
Last modified: 2010-05-26 06:41:10 UTC
COMMENTS If the contents of the tree container can be scrolled, it should implement ScrollPattern EPRO 1. Launch Banshee,click "Media"-->"New Smart Playlist" on the menu bar. 2. Launch UIA Explore. 3. Expand the "New Smart Playlist" Window on the left of UIA Explore, and expand its descendants "Predefined Smart Playlist", until find a tree control,(we can see that the tree has a scrollbar in it)select it. 4. In Ipy Script shell, input the following command: patterns = acc.GetSupportedPatterns() for pattern in patterns: Automation.PatternName(pattern) RESULTS 'Selection' EXPECTED RESULTS 'Selection' 'scroll'