|
Bugzilla – Full Text Bug Listing |
| Summary: | Develop base Adapter class and implement Atk.Component | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Brad Taylor <btaylor1> |
| Component: | Moonlight - ATK | Assignee: | 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
The initial draft of this class is: http://anonsvn.mono-project.com/viewvc/branches/uia2atk/post-1.0-research/UiaAtkBridge/MoonUiaAtkBridge/Adapter.cs?view=markup Hours from yesterday. A bit of work on this on Tuesday. 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. Complete and unit tested in in r136169. Closing. |