Bug 428481

Summary: ComboBox [Simple]: Implement actions
Product: [Mono] UI Automation Reporter: Brad Taylor <btaylor1>
Component: Winforms - ATKAssignee: Andres Aragoneses <aaragoneses>
Status: RESOLVED FIXED QA Contact: Brian Merrell <bgmerrell>
Severity: Enhancement    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: Release 1.0   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 428644    
Bug Blocks:    

Description Brad Taylor 2008-09-22 18:06:55 UTC
Implement the following actions for ComboBox:

Actions
==============
 * DropDown
 * Acts As: Combo Box
 * Similar To: GtkComboBoxEntry
 * Provides: AtkAccessible, AtkAction, AtkComponent, AtkSelection
 * Default State: Enabled, Sensitive, Showing, Visible
 * Button Press (on arrow): State => +Focused, bounds-changed
 * Select Item: selection-changed
 * DropDownList
 * Acts As: Combo Box
 * Similar To: GtkComboBox
 * Provides: AtkAccessible, AtkAction, AtkComponent, AtkSelection
 * Default State: Enabled, Sensitive, Showing, Visible
 * Button Press: State => +Focused
 * Button Release: selection-changed, State => +Focused
 * Key Down: selection-changed
Comment 1 Brad Taylor 2008-09-23 19:28:15 UTC
Parsing bug.

*** This bug has been marked as a duplicate of bug 428644 ***
Comment 2 Andres Aragoneses 2008-11-21 16:14:17 UTC
This was not worked on indeed.
Comment 3 Andres Aragoneses 2009-01-15 00:28:39 UTC
Implemented in r123431.