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:00:14.000000000 -0500 +++ shadow/79913.tmp.10270 2006-12-27 16:17:00.000000000 -0500 @@ -47,6 +47,13 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-12-27 16:00 ------- Everaldo, the change you committed definitely fixed the issue but in doing so it broke two unit tests that were previously passing: ControlRefresh.HandleNotCreated ControlRefresh.NotVisible + +------- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
