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=78932 --- shadow/78932 2006-07-23 05:16:38.000000000 -0400 +++ shadow/78932.tmp.3933 2006-07-23 05:16:38.000000000 -0400 @@ -0,0 +1,31 @@ +Bug#: 78932 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: TextBox: Selecting multiline text with the mouse doesn't work as expected + +If you have a text inside a TextBox that has more lines than the TextBox +can display it is not possible to select the complete text with the mouse +or keyboard cursor keys (CTRL-A works). + +The expected behaviour is that when you move down with the mouse, during +selection, the text should scroll to the next non visible line and get +selected. But currently only the visible lines get selected (no scrolling). + +Btw, there is an other problem, TextBox.SelectionLength = 0 doesn't +deselect the text. So after startup of the test case you have to deselect +the manually. + +Attached is a test case. Try to select the complete text with the mouse. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
