Bug 87681 - [Regression] Text layout issues with complex characters
Summary: [Regression] Text layout issues with complex characters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philip Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 15:59 PDT by Philip Rogers
Modified: 2012-07-03 03:29 PDT (History)
4 users (show)

See Also:


Attachments
Minimized testcase (858 bytes, image/svg+xml)
2012-05-28 15:59 PDT, Philip Rogers
no flags Details
Fix text positioning with non-bmp characters. (5.29 KB, patch)
2012-07-02 23:17 PDT, Philip Rogers
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2012-05-28 15:59:55 PDT
Created attachment 144407 [details]
Minimized testcase

Looks like text layout with complex characters has regressed. Adding a tspan with a complex character to <text> causes other tspans to be laid out incorrectly.

See attached minimized testcase.

Original bug: crbug.com/129980
Comment 1 Philip Rogers 2012-07-02 23:17:44 PDT
Created attachment 150543 [details]
Fix text positioning with non-bmp characters.
Comment 2 Nikolas Zimmermann 2012-07-03 03:21:25 PDT
Comment on attachment 150543 [details]
Fix text positioning with non-bmp characters.

Good catch, r=me.
Comment 3 WebKit Review Bot 2012-07-03 03:29:26 PDT
Comment on attachment 150543 [details]
Fix text positioning with non-bmp characters.

Clearing flags on attachment: 150543

Committed r121756: <http://trac.webkit.org/changeset/121756>
Comment 4 WebKit Review Bot 2012-07-03 03:29:30 PDT
All reviewed patches have been landed.  Closing bug.