Bugzilla – Bug 489938
Implement Atk.Text implementor
Last modified: 2009-06-16 22:22:06 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.
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.