[Webkit-unassigned] [Bug 6148] WebKit doesn't shape characters (like Arabic) across style changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 20:57:45 PDT 2011


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





--- Comment #9 from Glenn Adams <glenn at skynav.com>  2011-06-03 20:57:45 PST ---
Initial investigation shows that BidiResolver::createBidiRunsForLine is breaking runs at a display:inline element boundary, e.g., span, even if the eventual embedding levels on both side of the boundary are the same. This causes RenderBlock::createLineBoxesFromBidiRuns to create distinct inline boxes across this boundary, preventing eventual complex text shaping from applying shaping context across the boundary.

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