Bug 428608

Summary: ToolStripComboBox: Implement AtkSelection
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: P2 - High    
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: 428650    
Bug Blocks:    

Description Brad Taylor 2008-09-22 18:11:00 UTC
Implement the AtkSelection[1] interface and corresponding unit test for the WinForms control ToolStripComboBox.

--
[1] http://library.gnome.org/devel/atk/stable/AtkSelection.html
Comment 1 Brad Taylor 2008-09-23 16:38:48 UTC
This should inherit from ComboBox, but a unit test will still be required.
Comment 2 Andres Aragoneses 2008-09-24 20:44:56 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:11:59 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 4 Brad Taylor 2008-10-29 20:26:02 UTC
Orig. Est is not the right place for estimates as they do not alter the Curr. Est. field.  Because of this, Bugzilla tells Berserk that Remaining Hours is 0.  Updating Remaining Hours is the right place for new estimates.  Sorry for the spam.
Comment 5 Andres Aragoneses 2008-11-26 15:38:28 UTC
This should work OOTB.
Comment 6 Brad Taylor 2008-12-08 14:49:45 UTC
As of r120994, this is not working.  I get the following warnings printed out on the console:

WARNING: Selection not implemented for MenuItem

This is a priority for our 0.91 release, bumping priority to P2.
Comment 7 Andres Aragoneses 2009-01-07 00:22:09 UTC
This is working on trunk now. I'm afraid it's quite difficult to isolate the fixes to backport, as there have been a lot of refactorings :(