Bug 489435

Summary: AtspiUiaSource: Implement AutomationElement.FromHandle
Product: [Mono] UI Automation Reporter: Brad Taylor <btaylor1>
Component: Client - AT-SPIAssignee: E-mail List <mono-a11y-bugs>
Status: CONFIRMED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Enhancement    
Priority: P4 - Low CC: mgorse
Version: Unspecified   
Target Milestone: Release 2.1   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Brad Taylor 2009-03-26 17:44:26 UTC
Implement the AutomationElement class's FromHandle method.  This will require
some research to see if there's a way we can do this with GTK+ widgets, etc.
Comment 1 Sanford Armstrong 2010-02-24 18:36:50 UTC
If this feature is committed, we need to close this bug.

If there is outstanding work left, please open new bug(s) for the outstanding work, or leave a comment describing what's left and I'll open the new bug(s).
Comment 2 Michael Gorse 2010-02-24 19:12:03 UTC
I've added some code for this but only to get AutomationElementFromPoint working; AutomationElementFromhandle is essentially unimplemented for any other purpose (it might return the parent or a descendant of the requested window, for instance).