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-15 06:00:06.000000000 -0400 +++ shadow/78402.tmp.27580 2006-05-26 12:42:16.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 78402 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -41,6 +41,15 @@ } Steps to reproduce the problem: 1. compile and run it. 2. move to the text box and deselect text. 3. try to select some. + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-26 12:42 ------- +I dug in depth and found that LineTag.X always premises +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
