Bugzilla – Bug 428652
ComboBox [DropDownList]: Implement actions
Last modified: 2008-11-21 15:23:30 UTC
Implement the following actions for ComboBox [DropDownList]: Actions ============== * Button Press: State => +Focused * Button Release: selection-changed, State => +Focused * Key Down: selection-changed
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.
In the way of testing this, I've found a bug on Gail: http://bugzilla.gnome.org/show_bug.cgi?id=560826 We shouldn't mimic this bug in the bridge.
Another bug found: http://bugzilla.gnome.org/show_bug.cgi?id=560832
We were missing "State => Selected+" (committed on r118886).
Finished in r119622.