[Mono-bugs] [Bug 79839][Nor] New - TextBox selection broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 5 10:55:53 EST 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79839
--- shadow/79839 2006-11-05 10:55:53.000000000 -0500
+++ shadow/79839.tmp.20100 2006-11-05 10:55:53.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 79839
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TextBox selection broken
+
+Selecting text in a TextBox appears to be broken:
+
+* words on multiple lines, or multiple not-adjacent lines can be selected
+by randomly clicking in the textbox.
+=> This should not be possible.
+
+* clicking a given word 3 times selects the complete line.
+=> MS does not expose this behavior.
+
+* double-clicking whitespace between two words selects both words.
+=> MS only selects the word to the left of the whitespace, including the
+whitespace itself
+
+To reproduce:
+
+1. compile and run the attached code snippet.
+2. follow the on-screen instructions.
More information about the mono-bugs
mailing list