Bug 63038

Summary: partially-styled words don't join/connect correctly
Product: WebKit Reporter: Daniel Wagner <daniel>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
WebKit's incorrect rendering
none
correct rendering none

Description Daniel Wagner 2011-06-20 19:53:53 PDT
I am investigating the following bug:

http://code.google.com/p/anki/issues/detail?id=2593

Some scripts have different glyphs for letters that are connected to their neighbors. These connections are rendered correctly when using a single color, but words with several colors have disconnected letters. A small test-case for which the correct and incorrect renderings are visually quite distinct includes the following HTML:

<span style="color:#808080;">ه</span>ه<span style="color:#808080;">ه</span>

Shortly, I'll included a screenshot of this snippet being rendered by Webkit incorrectly, and a rendering of the same partially-colored text rendered in LibreOffice. (Firefox also correctly renders this snippet.)
Comment 1 Daniel Wagner 2011-06-20 19:54:28 PDT
Created attachment 97911 [details]
WebKit's incorrect rendering
Comment 2 Daniel Wagner 2011-06-20 19:55:06 PDT
Created attachment 97912 [details]
correct rendering
Comment 3 Alexey Proskuryakov 2011-06-21 10:44:12 PDT

*** This bug has been marked as a duplicate of bug 6148 ***