Bug 428648 - ComboBox [DropDown]: Implement actions
Summary: ComboBox [DropDown]: Implement actions
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 436409 428606
  Show dependency treegraph
 
Reported: 2008-09-22 19:20 UTC by Brad Taylor
Modified: 2008-11-21 15:24 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 19:20:17 UTC
Implement the following actions for ComboBox [DropDown]:

Actions
==============
 * Button Press (on arrow): State => +Focused, bounds-changed
 * Select Item: selection-changed
Comment 1 Andres Aragoneses 2008-09-23 19:48:49 UTC
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).
Comment 2 Andres Aragoneses 2008-09-24 20:45:03 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 3 Brad Taylor 2008-09-25 22:12:03 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 4 Andres Aragoneses 2008-11-21 15:24:36 UTC
Finished in r119622.