Bug 523422

Summary: ContainingGridProperty shall return AutomationElement, but not IRawElementProviderSimple
Product: [Mono] UI Automation Reporter: Rui Guo <rguo>
Component: Winforms - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Rui Guo 2009-07-20 08:47:19 UTC
Currently for all implemented GridItemProviderBehavior, if we try to get the ContainingGridProperty, an "IRawElementProviderSimple" object will be returned. However, as I tested on Windows, and also according to MSDN (search the "GridItemPattern.GridItemPatternInformation.ContainingGrid Property" title in MSDN), the return value of ContainingGridProperty shall be an "AutomationElement".