Bug 63038 - partially-styled words don't join/connect correctly
Summary: partially-styled words don't join/connect correctly
Status: RESOLVED DUPLICATE of bug 6148
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 19:53 PDT by Daniel Wagner
Modified: 2011-06-21 10:44 PDT (History)
1 user (show)

See Also:


Attachments
WebKit's incorrect rendering (423 bytes, image/png)
2011-06-20 19:54 PDT, Daniel Wagner
no flags Details
correct rendering (773 bytes, image/png)
2011-06-20 19:55 PDT, Daniel Wagner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***