Bug 608200

Summary: [uiaclient-GTKs]:The Tree who has a scrollbar should support ScrollPattern
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: P3 - Medium    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 608915    

Description Feng Xia Mu 2010-05-24 08:27:28 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'