[Mono-bugs] [Bug 78932][Nor] New - TextBox: Selecting multiline text with the mouse doesn't work as expected
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 23 05:16:38 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 alex.olk at googlemail.com.
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: peter at novonyx.com
+ReportedBy: alex.olk at googlemail.com
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list