[Mono-bugs] [Bug 80620][Min] Changed - ClientRectangle returns incorrect value before controls with borders are created
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 20 16:16:50 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80620
--- shadow/80620 2007-04-07 11:38:29.000000000 -0400
+++ shadow/80620.tmp.26058 2007-04-20 16:16:50.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 80620
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: REOPENED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
Component: Windows.Forms
-AssignedTo: jackson at ximian.com
+AssignedTo: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: 1_2
URL:
Cc:
-Summary: TextBox.ClientRectangle returns incorrect value before the control is created
+Summary: ClientRectangle returns incorrect value before controls with borders are created
Steps to reproduce the problem:
using System.Diagnostics;
using System.Windows.Forms;
class Test {
static void Main() {
@@ -35,6 +35,12 @@
------- Additional Comments From jackson at ximian.com 2007-03-15 16:44 -------
This should be fixed in SVN now.
------- Additional Comments From gert.driesen at pandora.be 2007-04-07 11:38 -------
This one has regressed. I've added a (NotWorking) unit test for it
to TextBoxTest.cs.
+
+------- Additional Comments From jackson at ximian.com 2007-04-20 16:16 -------
+This isn't specific to the TextBox, it will happen with any control
+that has a border.
+
+
More information about the mono-bugs
mailing list