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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 14:51:25 PST 2013


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





--- Comment #4 from Levi Weintraub <leviw at chromium.org>  2013-01-29 14:53:23 PST ---
It actually appears to be a combination issue of isolates and midpoints, as <div>123<span style="unicode-bidi: -webkit-isolate">456</span>789</div> doesn't reproduce the problem. You need a newline and leading space following 123.

Repros:
<div>123
 <span style="unicode-bidi: -webkit-isolate">456</span>789</div>

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