[Webkit-unassigned] [Bug 63233] createMarkup eating whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 10:44:28 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org,
                   |                            |hyatt at apple.com,
                   |                            |leviw at chromium.org




--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2011-06-24 10:44:28 PST ---
I think the problem comes from the fact createMarkup uses renderer to serialize text nodes and we don't render trailing whitespace (collapse them).  We'd either have to special-case it in StylizedMarkupAccumulator or create inline boxes for unrendered trailing whitespace.

-- 
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