[Mono-bugs] [Bug 78402][Nor] Changed - TextBoxBase: text selection does not work when TextAlign is not HorizontalAlignment.Left
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 28 23:06:50 EDT 2006
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 peter at novonyx.com.
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: peter at novonyx.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
@@ -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 peter at novonyx.com 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.
More information about the mono-bugs
mailing list