Bug 489934

Summary: Develop base Adapter class and implement Atk.Component
Product: [Mono] UI Automation Reporter: Brad Taylor <btaylor1>
Component: Moonlight - ATKAssignee: Brad Taylor <btaylor1>
Status: RESOLVED FIXED QA Contact: E-mail List <mono-a11y-qa>
Severity: Enhancement    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: Release 2.0   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 489935    

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.