Bugzilla – Bug 428648
ComboBox [DropDown]: Implement actions
Last modified: 2008-11-21 15:24:36 UTC
Implement the following actions for ComboBox [DropDown]: Actions ============== * Button Press (on arrow): State => +Focused, bounds-changed * Select Item: selection-changed
I guess we're lacking details in the spec here. I would differentiate 2 kind of actions: - Ones caused in the combobox itself (already handled by DropDownList combobox impl, so shared, but need unit tests). - Ones caused in the textbox element that is inside the children of the combobox (already handled by the TextBox impl, so implementation shared, and we would need also unit tests for this case shared).
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow.
Finished in r119622.