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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79913 --- shadow/79913 2006-12-27 16:17:00.000000000 -0500 +++ shadow/79913.tmp.16388 2006-12-29 03:12:49.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 79913 Product: Mono: Class Libraries Version: 1.0 OS: unknown OS Details: -Status: REOPENED -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -54,6 +54,10 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-12-27 16:17 ------- I think the reason is that on Mono a handle is created for an invisible control too, while on MS no handle is created for invisible controls. I'll add a unit test for this to ControlTest.cs tomorrow. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-29 03:12 ------- +yeah, i just noticed those failures myself. I've gone through and +fixed the cases where we were creating a control too early. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
