[Mono-bugs] [Bug 80620][Min] Changed - TextBox.ClientRectangle returns incorrect value before the control is created
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 12 19:20:31 EDT 2007
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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80620
--- shadow/80620 2007-01-25 21:37:34.000000000 -0500
+++ shadow/80620.tmp.13290 2007-03-12 18:20:31.000000000 -0500
@@ -23,6 +23,11 @@
static void Main() {
TextBox t = new TextBox();
t.CreateControl();
Debug.Assert(t.ClientRectangle == new TextBox().ClientRectangle);
}
}
+
+------- Additional Comments From georgegiolfan at yahoo.com 2007-03-12 18:20 -------
+Created an attachment (id=18887)
+Temporary fix until we figure out how the border works
+
More information about the mono-bugs
mailing list