Bugzilla – Bug 428649
ComboBox [DropDown]: Implement AtkAction
Last modified: 2008-11-20 21:55:09 UTC
Implement the AtkAction[1] interface and corresponding unit test for the WinForms control ComboBox [DropDown]. -- [1] http://library.gnome.org/devel/atk/stable/AtkAction.html
I guess we only need 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.
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.
Worked on tests.
Made some more unit tests for a new special situation: a ghost Atk window is opened when the dropdown appears.
The ghost window has been a bit complex to implement. We now only lack ElementNotEnabledException throwing in the provider, and then we can close this.
Finished!