[Webkit-unassigned] [Bug 29636] Long text lines are rendered as empty for the first 2**16 characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 06:44:04 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29636


Brett Wilson (Google) <brettw at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brettw at chromium.org




--- Comment #1 from Brett Wilson (Google) <brettw at chromium.org>  2009-09-22 06:44:04 PDT ---
I think this is Windows' text drawing command rejecting a string that's "too
long." The way to fix it would be to get a conservative estimate of what text
actually appears in the current clip, and only draw those characters.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list