Bugzilla – Bug 489937
Implement Atk.Action implementor
Last modified: 2009-06-15 21:40:26 UTC
Create an implementor that implements all Atk.Action methods, properties and events generically so that it can be used by all controls. It should be able to recognize and proxy: - IInvokeProvider - IToggleProvider - IExpandCollapseProvider Also, provide a unit test for the new functionality.
Since this is one of the few Moonlight providers that are working, I've had to start with this testing the Button control. Sorry to steal this from you, Andres, but in order to test DynamicAdapterFactory, I need to implement at least one implementor.
Complete and unit tested in r136169.
Closing.