[Mono-bugs] [Bug 73367][Nor] Changed - When Control::ClientSize is updated, the control's actual size does not change.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Mar 2005 00:01:58 -0500 (EST)
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 4lw0e0402@sneakemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73367
--- shadow/73367 2005-03-04 17:15:13.000000000 -0500
+++ shadow/73367.tmp.19007 2005-03-05 00:01:58.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73367
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: mono-bugs@ximian.com
ReportedBy: 4lw0e0402@sneakemail.com
QAContact: mono-bugs@ximian.com
@@ -41,6 +41,13 @@
------- Additional Comments From grompf@sublimeintervention.com 2005-03-04 17:15 -------
Please attach a sample displaying this issue
-kangaroo
+
+------- Additional Comments From 4lw0e0402@sneakemail.com 2005-03-05 00:01 -------
+Turns out this apparent bug was being caused by OnCreateControl being
+called in the wrong place. OnCreateControl is only even being called
+in this case because of a hax patch on Control.cs. I got the order
+right and the symptoms disappeared. This was incorrectly identified
+as a bug. How embarrassing :-/