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=78402 --- shadow/78402 2006-05-26 12:42:16.000000000 -0400 +++ shadow/78402.tmp.18994 2006-08-28 23:06:50.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78402 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -50,6 +50,11 @@ HorizontalAlignment.Left in RecalculateLine(). To me this looks somewhat fundamental problem: in current TextControl code base, left/right (regardless of HorizontalAlignment) and start/end (differs depending on HorizontalAlignment) are not distinguished properly. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-28 23:06 ------- +Fixed in svn r64504. This was not some fundamental problem but a +simple math error, adding instead instead of subtracting the line +alignment when calculating the cursor position. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
