Bug 428649 - ComboBox [DropDown]: Implement AtkAction
Summary: ComboBox [DropDown]: Implement AtkAction
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 446805
Blocks: 436409 428607
  Show dependency treegraph
 
Reported: 2008-09-22 19:20 UTC by Brad Taylor
Modified: 2008-11-20 21:55 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: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!