Bugzilla – Bug 428536
ToolStripMenuItem: Implement AtkSelection
Last modified: 2009-01-06 06:53:10 UTC
Implement the AtkSelection[1] interface and corresponding unit test for the WinForms control MenuItem (deprecated; new: ToolStripMenuItem). -- [1] http://library.gnome.org/devel/atk/stable/AtkSelection.html
The implementation of a case of deprecation may be pretty fast due to the use of the same provider.
This is indeed already done (class ParentMenu in the bridge).
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.
We do non-deprecated items first. (Changing summary)
Dealt with Atk.Selection tests in AtkTest.
This needs to be completed and backported before Friday for our 0.9.1 release.
Fixed in trunk. I don't think we can backport this :( because this may cause regressions (as it's has happened in trunk).