Bug 595158 - Scroll Pane without ScrollPattern support
Summary: Scroll Pane without ScrollPattern support
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - AT-SPI (show other bugs)
Version: Unspecified
Hardware: Other Other
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 10:25 UTC by Ray Wang
Modified: 2010-08-25 09:14 UTC (History)
2 users (show)

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 Ray Wang 2010-04-09 10:25:06 UTC
PROBLEM STATEMENT:
Hi, I'm trying to find a 'datagrid' in banshee for testing ScrollPattern and its properties, and I find nothing, but that's not the point. I notice there is a 'Custom' control which contains a control like "scroll pane". the "scroll pane" contains a scroll bar and a group of panes. which I think the "scroll pane" is better to support ScrollPattern, if it's not, I can't imagine what's the relationship of the 'scroll bar' and the 'group' of panes

REPRODUCE:
1. Run banshee and UIA Explorer
2. Click "Edit" -> "Preference" -> "Extension" on banshee
3. Navigate to the control which under "Extension" tab item, and expand all of its children from UIA Explorer
4. Repeat these steps in Accerciser
5. Compare the "Custom" control on UIA Explorer and "scroll pane" in Accerciser

COMMENT:
Implement ScrollPattern for 'scroll pane' sounds like very reasonable, It reflect the relationship of the scroll bar and the group of panes, when you drag/click the scroll bar, so that those invisible panes can be displayed.

and otherwise, those ScrollPattern properties could not be found and tested. :)
Comment 1 Ray Wang 2010-04-16 09:57:59 UTC
Hi, Mike, any comments on this? ;)