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=79851 --- shadow/79851 2006-11-06 19:04:43.000000000 -0500 +++ shadow/79851.tmp.29263 2006-11-06 19:04:43.000000000 -0500 @@ -0,0 +1,28 @@ +Bug#: 79851 +Product: Mono: Class Libraries +Version: 1.0 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: TextBox: The length of the text in a multiline wrapped textbox is to long + +If you add text to a multiline texbox and the text is wrapped and then get +the text with the Text property the length of the text/string is to long. + +It seems that it contains linefeeds/cr. + +Attached is a sample that has a multiline textbox with a longer text that +gets wrapped. If you press the button it gets the text from the textbox and +writes the length to a label. + +You can see the difference in the attached screenshot, text length swf < mwf. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
