Bug 428649

Summary: ComboBox [DropDown]: Implement AtkAction
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: 446805    
Bug Blocks: 436409, 428607    

Description Brad Taylor 2008-09-22 19:20:19 UTC
Implement the AtkAction[1] interface and corresponding unit test for the WinForms control ComboBox [DropDown].

--
[1] http://library.gnome.org/devel/atk/stable/AtkAction.html
Comment 1 Andres Aragoneses 2008-09-23 20:35:46 UTC
I guess we only need unit tests.
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 Brad Taylor 2008-10-29 20:26:04 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-17 05:51:05 UTC
Worked on tests.
Comment 6 Andres Aragoneses 2008-11-18 00:35:46 UTC
Made some more unit tests for a new special situation: a ghost Atk window is opened when the dropdown appears.
Comment 7 Andres Aragoneses 2008-11-20 05:10:53 UTC
The ghost window has been a bit complex to implement. We now only lack ElementNotEnabledException throwing in the provider, and then we can close this.
Comment 8 Andres Aragoneses 2008-11-20 21:55:09 UTC
Finished!