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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
