[Mono-bugs] [Bug 77882][Min] New - Textbox Renders text backward

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 23 00:59:58 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 yoshi_yaki at msn.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77882

--- shadow/77882	2006-03-23 00:59:58.000000000 -0500
+++ shadow/77882.tmp.19088	2006-03-23 00:59:58.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 77882
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Slackware 10.1, Linux Kernel 2.6.12
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: yoshi_yaki at msn.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Textbox Renders text backward
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Place a textbox in a WinForm
+2. Click the box to create a caret
+3. Type in your desired keys
+4. Click the textbox to destroy the caret and create it again to actually
+see the text.
+
+Actual Results:
+Nothing when you're typing, but if you destroy the caret, text appears in
+the textbox backward. Am I supposed to write a key handler to straighten
+them out and then paint them?
+
+Expected Results:
+Textbox accept characters and render them immediately.
+
+How often does this happen? 
+Everytime
+
+Additional Information:
+I was using mono daily snapshot 20060322 to catch up on the svn fix that
+allows textbox's to be placed on a WinForm without
+System.TypeInitializationException. It compiled, so I thought it would work
+fine. I got a textbox to appear on a form as a silver, set the size
+requirements, it was still a sliver, so I used Multiline = true; and it
+rendered the textbox. I tested it out by typing some text into it. When it
+didn't work, I clicked the textbox to be sure the caret was in the textbox,
+but the text that I'd already entered appeared in it..... backwards.


More information about the mono-bugs mailing list