Bug 600432

Summary: [uiaclient-GTKs]:A document whose content can be scrollable should support scroll 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-04-28 10:25:11 UTC
COMMENTS

The document control can span larger than that span of the viewport. The control should support the Scroll control pattern if the content is scrollable.

REPRO

1. Launch F-Spot,select "Help"-->"About" menu item.
2. There is "About F-Spot" dialog shows up, on which click "Credits" button,
then the "Credits" dialog appears.
3. Launch UIA Explore.           
4. Expand the "Credits" tree on the left of UIA Explore, expand "Written by"
TabItem , under it select the document.
5. In Ipy Script shell, input the following:
   patterns = acc.GetSupportedPatterns()
   for pattern in patterns:
        print Automation.PatternName(pattern)

RESULTS

Text
Value

EXPECTED RESULTS

scroll
Text
Comment 1 Feng Xia Mu 2010-05-13 03:57:26 UTC
Reduce the priority .