[Mono-bugs] [Bug 81271][Nor] New - TextBox: Selection and scrollbar differences
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 30 10:31:48 EDT 2007
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=81271
--- shadow/81271 2007-03-30 09:31:48.000000000 -0500
+++ shadow/81271.tmp.3426 2007-03-30 09:31:48.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 81271
+Product: Mono: Class Libraries
+Version: 1.2
+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 and scrollbar differences
+
+1) when AppendText or Text is used to set content of the TextBox before
+the handle is created, the scrollbar should be positioned at the top.
+
+2) when AppendText is used to set content of the TextBox, then no text
+should be selected.
+
+3) when Text is used to set content of the TextBox, then all text should
+be selected.
+
+4) when AppendText is used to set content of the TextBox after the handle
+was created, then the scrollbar should be positioned at the bottom of the
+textbox.
+
+To reproduce:
+1. compile and run the attached code snippet.
+2. follow the on-screen instructions.
More information about the mono-bugs
mailing list