Bug 523422 - ContainingGridProperty shall return AutomationElement, but not IRawElementProviderSimple
Summary: ContainingGridProperty shall return AutomationElement, but not IRawElementPro...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - UIA (show other bugs)
Version: Unspecified
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 08:47 UTC by Rui Guo
Modified: 2009-07-20 08:47 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 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".