Bug 428644 - ComboBox [Simple]: Begin Implementation
Summary: ComboBox [Simple]: Begin Implementation
Status: RESOLVED FIXED
: 428480 428482 (view as bug list)
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 0.9
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 428592
Blocks: 436409 428481 428483
  Show dependency treegraph
 
Reported: 2008-09-22 19:16 UTC by Brad Taylor
Modified: 2008-11-26 15:22 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: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.