Bugzilla – Bug 428481
ComboBox [Simple]: Implement actions
Last modified: 2009-01-15 00:28:39 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
Parsing bug. *** This bug has been marked as a duplicate of bug 428644 ***
This was not worked on indeed.
Implemented in r123431.