[Mono-bugs] [Bug 78769][Nor] Changed - Form: Different behavior than .Net setting the mdi container IsMdiContainer property to false

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 5 18:06:53 EDT 2006


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 unserkonig at gmail.com.

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

--- shadow/78769	2006-07-05 18:00:36.000000000 -0400
+++ shadow/78769.tmp.16593	2006-07-05 18:06:53.000000000 -0400
@@ -29,6 +29,15 @@
 
 Expected Results:
 In .Net a click is enough.
 
 ------- Additional Comments From unserkonig at gmail.com  2006-07-05 18:00 -------
 Sample code at http://pastebin.ca/79900
+
+------- Additional Comments From unserkonig at gmail.com  2006-07-05 18:06 -------
+Correction: The mdi child form isn't removed from the mdi container
+form at all (it should be removed as done in .Net).
+
+But if you change the sentence in the anonymous method used as event
+handler, from "IsMdiContainer = false;" to "IsMdiContainer =
+!IsMdiContainer", then you get the previously described behavior (two
+clicks separte the child from the mdi container).


More information about the mono-bugs mailing list