Bug 489938

Summary: Implement Atk.Text implementor
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: 489935    
Bug Blocks:    

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.