Bug 428652

Summary: ComboBox [DropDownList]: Implement actions
Product: [Mono] UI Automation Reporter: Brad Taylor <btaylor1>
Component: Winforms - ATKAssignee: Andres Aragoneses <aaragoneses>
Status: RESOLVED FIXED QA Contact: E-mail List <mono-a11y-bugs>
Severity: Enhancement    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: Release 0.9   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 436409    

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.