https://bugzilla.novell.com/show_bug.cgi?id=378109


           Summary: MenuStrip - Inserting ToolStripItems from one Items
                    collection to another behaves incorrectly
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Customer


Created an attachment (id=206872)
 --> (https://bugzilla.novell.com/attachment.cgi?id=206872)
Form1 CS file with menu strip demonstrating the error

In Microsoft's implementation, adding an item from one
ToolStripMenuItem.DropDownItems collection to another removes that item from
the former collection and adds it to the latter.  In Mono, however, the former
collection retains the item and the latter collection gets a blank, new item. 
In the test case provided, the Source Menu contains three clickable menu items,
and the Target Menu is empty.  When the Perform Test button is clicked, each
item in mnuSource.DropDownItems is inserted into mnuTarget.DropDownItems. 
(Note that this also occurs with the MenuStrip.Items collection as well)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to