Bug 115915 - Include tab character as a word end for kerning
Summary: Include tab character as a word end for kerning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 09:33 PDT by Dean Jackson
Modified: 2013-05-10 11:20 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.18 KB, patch)
2013-05-10 09:43 PDT, Dean Jackson
enrica: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2013-05-10 09:33:20 PDT
This is a follow-up to https://bugs.webkit.org/show_bug.cgi?id=112507
which only looked for a space character as a word end. It should
look for tab characters too.
Comment 1 Dean Jackson 2013-05-10 09:43:29 PDT
Created attachment 201357 [details]
Patch
Comment 2 Dean Jackson 2013-05-10 11:20:03 PDT
Committed r149891: <http://trac.webkit.org/changeset/149891>