Bug 428481 - ComboBox [Simple]: Implement actions
Summary: ComboBox [Simple]: Implement actions
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P5 - None : Enhancement
Target Milestone: Release 1.0
Assignee: Andres Aragoneses
QA Contact: Brian Merrell
URL:
Whiteboard:
Keywords:
Depends on: 428644
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-22 18:06 UTC by Brad Taylor
Modified: 2009-01-15 00:28 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 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.