Bug 134464

Summary: All Indic text is rendered as boxes on iOS
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, darin, dino, gyuyoung.kim, jonlee, sergio, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch simon.fraser: review+

Myles C. Maxfield
Reported 2014-06-30 15:40:53 PDT
All Indic text is rendered as boxes on iOS
Attachments
Patch (7.72 KB, patch)
2014-06-30 16:03 PDT, Myles C. Maxfield
no flags
Patch (26.57 KB, patch)
2014-06-30 17:05 PDT, Myles C. Maxfield
simon.fraser: review+
Myles C. Maxfield
Comment 1 2014-06-30 16:03:26 PDT
Myles C. Maxfield
Comment 2 2014-06-30 16:04:00 PDT
Uploaded patch before I had generated all the platform-specific expected results in order to give people more reviewing time
Myles C. Maxfield
Comment 3 2014-06-30 16:04:39 PDT
Darin Adler
Comment 4 2014-06-30 16:17:04 PDT
Comment on attachment 234110 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234110&action=review Where’s the actual fix? It looks like it’s mixed in with many small non-behavior-changing changes, specifically changing all the <= to < in the languageSpecificFallbackFont function. Would be nice to separate those from the bug fix for clarity. It seems like you fixed more than just Indic here. I’m not sure the test sufficiently covers the changes. > LayoutTests/ChangeLog:11 > + * platform/ios-sim/fast/text/indic-expected.txt: Added. No results for any other platforms? Won’t this cause problems?
Darin Adler
Comment 5 2014-06-30 16:17:30 PDT
Comment on attachment 234110 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234110&action=review >> LayoutTests/ChangeLog:11 >> + * platform/ios-sim/fast/text/indic-expected.txt: Added. > > No results for any other platforms? Won’t this cause problems? I see you commented on this already.
Darin Adler
Comment 6 2014-06-30 16:18:23 PDT
rs=me to land a first patch that simply changes all <= to < so we can see a rebased patch that shows only the actual changes; or you could leave all existing <= in that form and change to < in a subsequent patch
Myles C. Maxfield
Comment 7 2014-06-30 17:05:10 PDT
Myles C. Maxfield
Comment 8 2014-06-30 17:27:18 PDT
Note You need to log in before you can comment on or make changes to this bug.