[Mono-bugs] [Bug 80020][Nor] New - Form: Handles are created too early
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 23 10:52:08 EST 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80020
--- shadow/80020 2006-11-23 10:52:08.000000000 -0500
+++ shadow/80020.tmp.30795 2006-11-23 10:52:08.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 80020
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Form: Handles are created too early
+
+Apparently, we create our Form handles way too early. MS appears to only
+create them once Show(Dialog) is called, why we create the handle in the
+ctor.
+
+For MDI childs, MS appears to create the handle on when the MDI parent is
+actually shown.
+
+I've committed a unit test named "IsHandleCreated" for this in FormTest.cs
More information about the mono-bugs
mailing list