[Mono-bugs] [Bug 79791][Nor] New - RichTextBox paste functionality broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 30 12:49:45 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 jeromydean at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79791
--- shadow/79791 2006-10-30 12:49:45.000000000 -0500
+++ shadow/79791.tmp.13773 2006-10-30 12:49:45.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 79791
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Windows XP SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: jeromydean at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RichTextBox paste functionality broken
+
+Description of Problem:
+When you copy a line of text from the RichTextBox to the clipboard and
+paste it back in, the text pasted in is not the same. Also the cursor
+seems to be reset to the first position in the textarea.
+
+Example:
+
+'asdf' produces 'Microsoft Sans Serif;Mono RichTextBox;asdf'
+
+Steps to reproduce the problem:
+1. compile attached code
+2. put in any text and copy to the clipboard
+3. paste copied text back into the RichTextBox
+
+Actual Results:
+see above.
+
+
+Expected Results:
+the text 'asdf' to be copied back into the textbox at current cursor location.
+
+
+How often does this happen?
+every time
+
+
+Additional Information:
+using mono 1.1.18 with latest monocharge packages.
More information about the mono-bugs
mailing list