Bug 489938 - Implement Atk.Text implementor
Summary: Implement Atk.Text implementor
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: 489935
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-27 22:18 UTC by Brad Taylor
Modified: 2009-06-16 22:22 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:20 UTC
Create an implementor that implements all Atk.Text methods, properties and
events generically so that it can be used by all controls. 

It should be able to recognize and proxy:
  - IValueProvider

Also, provide a unit test for the new functionality.
Comment 1 Brad Taylor 2009-06-16 22:22:06 UTC
Complete and tested in r136262.  There are a few bugs exposed by the unit tests, but since this was almost completely a copy and paste from the text implementors in UiaAtkBridge, I'd prefer to do it in a separate bug and in a separate commit.