[Mono-bugs] [Bug 82786][Min] Changed - MDI Form: difference in menu merge order when child maximized

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 11 11:47:39 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by monkey at jpobst.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82786

--- shadow/82786	2007-09-11 11:47:13.000000000 -0400
+++ shadow/82786.tmp.28452	2007-09-11 11:47:39.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82786
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: andyhume32 at yahoo.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -28,6 +28,16 @@
 
 The MDI window has menus File and Window.  When a child windows is open 
 an Edit menu is merged in and the order is File-Edit-Window.  However 
 when the child window is maximized the order changes to Edit-File-
 Window.  (Note that the Edit menu is defined to have zero items).  The 
 order shouldn't change.
+
+------- Additional Comments From monkey at jpobst.com  2007-09-11 11:47 -------
+Fixed in r85639.  Thanks for the report!
+
+2007-09-11  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ToolStripManager.cs: When we have added MDI buttons onto a
+MenuStrip, we
+	can't let them count as real items when calculating where to merge in the
+	user's items.  [Fixed bug #82786]


More information about the mono-bugs mailing list