Bug 428644

Summary: ComboBox [Simple]: Begin Implementation
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: Release 0.9   
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: 428592    
Bug Blocks: 436409, 428481, 428483    

Description Brad Taylor 2008-09-22 19:16:39 UTC
Implement AtkAccessible and AtkComponent for ComboBox (Simple style) and develop initial unit test.

Specification
==============
Acts As: Tree Table
Similar To: GtkTreeView
Comment 1 Brad Taylor 2008-09-23 19:27:57 UTC
*** Bug 428480 has been marked as a duplicate of this bug. ***
Comment 2 Brad Taylor 2008-09-23 19:28:15 UTC
*** Bug 428481 has been marked as a duplicate of this bug. ***
Comment 3 Brad Taylor 2008-09-23 19:28:21 UTC
*** Bug 428482 has been marked as a duplicate of this bug. ***
Comment 4 Brad Taylor 2008-09-23 19:28:25 UTC
*** Bug 428483 has been marked as a duplicate of this bug. ***
Comment 5 Andres Aragoneses 2008-09-23 20:13:58 UTC
The class is already done (because I guess we'll share it with the combobox-dropdownlist?), however it's not tested.
Comment 6 Andres Aragoneses 2008-09-24 20:45:02 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 7 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 8 Andres Aragoneses 2008-10-15 02:33:56 UTC
I should have assigned this to myself earlier.
Comment 9 Andres Aragoneses 2008-10-21 23:25:48 UTC
Mmmm, actually, this is not fixed yet. I committed some bits (r116698), but I think I still need to unit test the number of children here.
Comment 10 Andres Aragoneses 2008-10-22 16:46:35 UTC
Correcting dep.
Comment 11 Andres Aragoneses 2008-10-22 16:48:37 UTC
Finished in r116741.
Comment 12 Andres Aragoneses 2008-11-21 16:00:48 UTC
This should use the TreeView counterpart tests in Gail.
Comment 13 Andres Aragoneses 2008-11-26 15:22:09 UTC
Well, this is finished now in r119845.