[Mono-bugs] [Bug 78425][Nor] Changed - Event order regresseions.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 30 13:51:34 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 peter at novonyx.com.
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 peter at novonyx.com 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.
More information about the mono-bugs
mailing list