Bug 428530 - MenuStrip: Implement AtkSelection
Summary: MenuStrip: Implement AtkSelection
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 1.0
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 428537 428826
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-22 18:08 UTC by Brad Taylor
Modified: 2009-02-09 15:07 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Partial UiaAtkBridge implementation (2.42 KB, patch)
2008-11-18 22:23 UTC, Brad Taylor
Details | Diff

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:29 UTC
Implement the AtkSelection[1] interface and corresponding unit test for the WinForms control MainMenu (deprecated; new: MenuStrip).

--
[1] http://library.gnome.org/devel/atk/stable/AtkSelection.html
Comment 1 Andres Aragoneses 2008-09-24 20:44:36 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 2 Brad Taylor 2008-09-25 22:11:48 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 3 Brad Taylor 2008-11-18 22:23:59 UTC
Created attachment 253194 [details]
Partial UiaAtkBridge implementation
Comment 4 Brad Taylor 2008-11-18 22:25:02 UTC
ISelectionProvider hasn't been implemented yet, so that puts this bug in suspended animation.  Sandy informs me that to implement ISelectionProvider for MenuStrip, MWF changes are needed.  As such, we'll have to push this issue off until the 1.0 release.  Until then, I've attached the Atk.Selection work I have half-complete.
Comment 5 Andres Aragoneses 2009-02-08 05:12:14 UTC
Taking bug. This was included in my refactoring for ContextMenu.
Comment 6 Andres Aragoneses 2009-02-09 15:07:47 UTC
Covered by r126240.