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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 10 15:51:45 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 andyhume32 at yahoo.co.uk.

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

--- shadow/82786	2007-09-10 15:51:45.000000000 -0400
+++ shadow/82786.tmp.5850	2007-09-10 15:51:45.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 82786
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: andyhume32 at yahoo.co.uk               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MDI Form: difference in menu merge order when child maximized
+
+Repro is ./ch02_Forms/MDIApplicationSample 
+from the sample code for the book "Windows Forms 2.0 Programming," by 
+Chris Sells and Michael Weinhardt, sources available from 
+http://www.sellsbrothers.com/writing/wfbook/
+
+
+Tested on SVN head on Win32.  Behaves as expected on 
+1.2.5_5 Win32, 1.2.5_5 Suse VM and 1.2.4 Win32.
+
+
+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.


More information about the mono-bugs mailing list