Bugzilla – Bug 428534
ToolStripMenuItem: Implement AtkAction
Last modified: 2008-10-28 22:59:20 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
The implementation of a case of deprecation may be pretty fast due to the use of the same provider.
Already done indeed (ParentMenu class in the bridge, also with unit tests).
I forgot that the MenuItem provider is not done yet, so this can't be finished (what is finished is the unit tests).
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow.
I should have assigned this to myself earlier.
Fixed in r117320.