[Mono-bugs] [Bug 324158] TextBox: cursor at wrong position when typing text in rich text box or textbox
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 8 13:34:27 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=324158#c1
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 2007-10-08 11:34:26 MST ---
Should be fixed in r87100. Thanks for the report!
2007-10-08 Jonathan Pobst <monkey at jpobst dot com>
* TextBoxTextRenderer.cs: Abstract text measuring and drawing to this
class to allow us to use different backends on different platforms.
Linux uses the current [Draw|Measure]String backend. Windows uses
the TextRenderer.[Draw|Measure]Text backend, which uses GDI instead
of GDI+. This leads to better looking text and more accurate
measurements
on Windows, fixing many of the reported issues.
* Line.cs, LineTag.cs: Update to use TextBoxTextRenderer.
2007-10-08 Jonathan Pobst <monkey at jpobst dot com>
* System.Windows.Forms.dll.sources: Added TextBoxTextRenderer.cs.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list