Bug 428648

Summary: ComboBox [DropDown]: Implement actions
Product: [Mono] UI Automation Reporter: Brad Taylor <btaylor1>
Component: Winforms - ATKAssignee: Andres Aragoneses <aaragoneses>
Status: RESOLVED FIXED QA Contact: E-mail List <mono-a11y-bugs>
Severity: Enhancement    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: Release 0.9   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 436409, 428606    

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.