Bug 428530

Summary: MenuStrip: 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-qa>
Severity: Enhancement    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: Release 1.0   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 428537, 428826    
Bug Blocks:    
Attachments: Partial UiaAtkBridge implementation

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.