Bug 608200 - [uiaclient-GTKs]:The Tree who has a scrollbar should support ScrollPattern
Summary: [uiaclient-GTKs]:The Tree who has a scrollbar should support ScrollPattern
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 608915
  Show dependency treegraph
 
Reported: 2010-05-24 08:27 UTC by Feng Xia Mu
Modified: 2010-05-26 06:41 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'