[Webkit-unassigned] [Bug 108137] Bidi-Isolated span leads to broken rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 15:34:05 PST 2013


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





--- Comment #9 from Levi Weintraub <leviw at chromium.org>  2013-01-31 15:36:06 PST ---
So the fix to get us to not improperly truncate content following an isolate is easy and I've got a patch that does so. Sadly, though, the current implementation makes it very difficult to properly coalesce spacing around an isolate the way we do with non-isolated content due to the two-pass approach we take. I believe to fix that, we'd have to actually parse the Isolated content to properly set up the MidpointState. I'll talk with eseidel when he's in the office.

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