Bug 428536 - ToolStripMenuItem: Implement AtkSelection
Summary: ToolStripMenuItem: Implement AtkSelection
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P2 - High : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 18:08 UTC by Brad Taylor
Modified: 2009-01-06 06:53 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 18:08:40 UTC
Implement the AtkSelection[1] interface and corresponding unit test for the WinForms control MenuItem (deprecated; new: ToolStripMenuItem).

--
[1] http://library.gnome.org/devel/atk/stable/AtkSelection.html
Comment 1 Andres Aragoneses 2008-09-22 18:29:47 UTC
The implementation of a case of deprecation may be pretty fast due to the use of the same provider.
Comment 2 Andres Aragoneses 2008-09-23 20:25:54 UTC
This is indeed already done (class ParentMenu in the bridge).
Comment 3 Andres Aragoneses 2008-09-24 14:09:31 UTC
I forgot that the MenuItem provider is not done yet, so this can't be finished (what is finished is the unit tests).
Comment 4 Andres Aragoneses 2008-09-24 20:44:38 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 5 Brad Taylor 2008-09-25 22:11:49 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 6 Andres Aragoneses 2008-10-14 20:50:48 UTC
I should have assigned this to myself earlier.
Comment 7 Andres Aragoneses 2008-10-30 17:30:21 UTC
We do non-deprecated items first. (Changing summary)
Comment 8 Andres Aragoneses 2008-11-04 04:50:49 UTC
Dealt with Atk.Selection tests in AtkTest.
Comment 9 Brad Taylor 2008-12-08 14:38:05 UTC
This needs to be completed and backported before Friday for our 0.9.1 release.
Comment 10 Andres Aragoneses 2009-01-06 06:53:10 UTC
Fixed in trunk. I don't think we can backport this :( because this may cause regressions (as it's has happened in trunk).