| 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 - UIA | Assignee: |
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:
|
---
|
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