Bugzilla – Bug 428608
ToolStripComboBox: Implement AtkSelection
Last modified: 2009-01-07 00:22:09 UTC
Implement the AtkSelection[1] interface and corresponding unit test for the WinForms control ToolStripComboBox. -- [1] http://library.gnome.org/devel/atk/stable/AtkSelection.html
This should inherit from ComboBox, but a unit test will still be required.
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.
Orig. Est is not the right place for estimates as they do not alter the Curr. Est. field. Because of this, Bugzilla tells Berserk that Remaining Hours is 0. Updating Remaining Hours is the right place for new estimates. Sorry for the spam.
This should work OOTB.
As of r120994, this is not working. I get the following warnings printed out on the console: WARNING: Selection not implemented for MenuItem This is a priority for our 0.91 release, bumping priority to P2.
This is working on trunk now. I'm afraid it's quite difficult to isolate the fixes to backport, as there have been a lot of refactorings :(