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=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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-03-15 16:44 ------- This should be fixed in SVN now. ------- Additional Comments From [EMAIL PROTECTED] 2007-04-07 11:38 ------- This one has regressed. I've added a (NotWorking) unit test for it to TextBoxTest.cs. + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-20 16:16 ------- +This isn't specific to the TextBox, it will happen with any control +that has a border. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
