Bug 489934 - Develop base Adapter class and implement Atk.Component
Summary: Develop base Adapter class and implement Atk.Component
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Moonlight - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 2.0
Assignee: Brad Taylor
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 489935
  Show dependency treegraph
 
Reported: 2009-03-27 22:18 UTC by Brad Taylor
Modified: 2009-06-15 21:39 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 Brad Taylor 2009-03-27 22:18:08 UTC
Create a base Adapter class that can be used as a parent for all other
adapters.

Also, provide a unit test for the new functionality.
Comment 2 Brad Taylor 2009-04-10 16:35:55 UTC
Hours from yesterday.
Comment 3 Brad Taylor 2009-06-10 13:54:43 UTC
A bit of work on this on Tuesday.
Comment 4 Brad Taylor 2009-06-11 15:31:20 UTC
I started on the Atk.Component part of this yesterday, but was blocked by two things:

 * The parent accessible of the plugin (nsHTMLAtkObjectOwnerAccessible) isn't setting its extents correctly, so we can't properly implement CoordType.Screen.  I'm going to spend some time on that today. (Update: This is working with my latest FF patch)

 * Peers aren't properly returning their bounding rectangles.  I've spoken to Mario about this, and he's looking into it.
Comment 5 Brad Taylor 2009-06-15 21:38:08 UTC
Complete and unit tested in in r136169.
Comment 6 Brad Taylor 2009-06-15 21:39:19 UTC
Closing.