Bug 428652 - ComboBox [DropDownList]: Implement actions
Summary: ComboBox [DropDownList]: Implement actions
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 436409
  Show dependency treegraph
 
Reported: 2008-09-22 19:20 UTC by Brad Taylor
Modified: 2008-11-21 15:23 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Taylor 2008-09-22 19:20:26 UTC
Implement the following actions for ComboBox [DropDownList]:

Actions
==============
 * Button Press: State => +Focused
 * Button Release: selection-changed, State => +Focused
 * Key Down: selection-changed
Comment 1 Andres Aragoneses 2008-09-24 20:45:04 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 2 Brad Taylor 2008-09-25 22:12:04 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 3 Andres Aragoneses 2008-11-14 17:37:04 UTC
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.
Comment 4 Andres Aragoneses 2008-11-14 18:07:43 UTC
Another bug found:

http://bugzilla.gnome.org/show_bug.cgi?id=560832
Comment 5 Andres Aragoneses 2008-11-14 20:42:43 UTC
We were missing "State => Selected+" (committed on r118886).
Comment 6 Andres Aragoneses 2008-11-21 15:23:30 UTC
Finished in r119622.