[Mono-bugs] [Bug 341817] Text uncorect displayed/drawing on winform

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Nov 15 10:10:07 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=341817#c3


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jpobst at novell.com




--- Comment #3 from Jonathan Pobst <jpobst at novell.com>  2007-11-15 08:10:07 MST ---
There is probably a character in the text that causes DrawString to start a new
line like '\n' or '\r\n' (though those should be taken care of).  Since textbox
manages all its lines by itself, it needs to handle them specially and not send
the character to DrawString.

You can probably take the test case on bug 324274, put in your text, and it
should replicate the problem.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list