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=78425 --- shadow/78425 2006-05-30 13:28:04.000000000 -0400 +++ shadow/78425.tmp.14599 2006-05-30 13:51:34.000000000 -0400 @@ -64,6 +64,14 @@ > - Height = PreferredHeight; > + Size = new Size (PreferredWidth, PreferredHeight); This is to not raise extra Resize events. Instead, there is an additional Invalidate() in Control.OnResize(). + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-30 13:51 ------- +There are no event regressions, the event tests in SVN never worked +without failure, and even between framework versions of MS events +changed. We will not (and are not trying to) be able to match events +1:1. Relevant events are control creation, we need to make sure that +we don't create controls before MS does, and that we send the +relevant events for a particular change in the same order as MS does. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
