Bug 489937

Summary: Implement Atk.Action 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: 494704, 494706    

Description Brad Taylor 2009-03-27 22:18:17 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.
Comment 1 Brad Taylor 2009-06-10 13:56:53 UTC
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.
Comment 2 Brad Taylor 2009-06-15 21:38:32 UTC
Complete and unit tested in r136169.
Comment 3 Brad Taylor 2009-06-15 21:40:26 UTC
Closing.