Bug 428534

Summary: ToolStripMenuItem: Implement AtkAction
Product: [Mono] UI Automation Reporter: Brad Taylor <btaylor1>
Component: Winforms - ATKAssignee: Andres Aragoneses <aaragoneses>
Status: RESOLVED FIXED QA Contact: E-mail List <mono-a11y-bugs>
Severity: Enhancement    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: Release 0.9   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 428532    
Bug Blocks:    

Description Brad Taylor 2008-09-22 18:08:36 UTC
Implement the AtkAction[1] interface and corresponding unit test for the WinForms control MenuItem (deprecated; new: ToolStripMenuItem).

--
[1] http://library.gnome.org/devel/atk/stable/AtkAction.html
Comment 1 Andres Aragoneses 2008-09-22 18:29:59 UTC
The implementation of a case of deprecation may be pretty fast due to the use of the same provider.
Comment 2 Andres Aragoneses 2008-09-23 20:26:43 UTC
Already done indeed (ParentMenu class in the bridge, also with unit tests).
Comment 3 Andres Aragoneses 2008-09-24 14:09:03 UTC
I forgot that the MenuItem provider is not done yet, so this can't be finished (what is finished is the unit tests).
Comment 4 Andres Aragoneses 2008-09-24 20:44:38 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 5 Brad Taylor 2008-09-25 22:11:49 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 6 Andres Aragoneses 2008-10-14 20:43:54 UTC
I should have assigned this to myself earlier.
Comment 7 Andres Aragoneses 2008-10-28 22:59:20 UTC
Fixed in r117320.