Bug 489435 - AtspiUiaSource: Implement AutomationElement.FromHandle
Summary: AtspiUiaSource: Implement AutomationElement.FromHandle
Status: CONFIRMED
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - AT-SPI (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 2.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 17:44 UTC by Brad Taylor
Modified: 2010-08-31 14:22 UTC (History)
1 user (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 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).