Bug 600432 - [uiaclient-GTKs]:A document whose content can be scrollable should support scroll pattern
Summary: [uiaclient-GTKs]:A document whose content can be scrollable should support sc...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 10:25 UTC by Feng Xia Mu
Modified: 2010-08-25 09:13 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-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 .