Bug 134464 - All Indic text is rendered as boxes on iOS
Summary: All Indic text is rendered as boxes on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-30 15:40 PDT by Myles C. Maxfield
Modified: 2014-06-30 17:27 PDT (History)
11 users (show)

See Also:


Attachments
Patch (7.72 KB, patch)
2014-06-30 16:03 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (26.57 KB, patch)
2014-06-30 17:05 PDT, Myles C. Maxfield
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-06-30 15:40:53 PDT
All Indic text is rendered as boxes on iOS
Comment 1 Myles C. Maxfield 2014-06-30 16:03:26 PDT
Created attachment 234110 [details]
Patch
Comment 2 Myles C. Maxfield 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
Comment 3 Myles C. Maxfield 2014-06-30 16:04:39 PDT
<rdar://problem/17453032>
Comment 4 Darin Adler 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?
Comment 5 Darin Adler 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.
Comment 6 Darin Adler 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
Comment 7 Myles C. Maxfield 2014-06-30 17:05:10 PDT
Created attachment 234123 [details]
Patch
Comment 8 Myles C. Maxfield 2014-06-30 17:27:18 PDT
http://trac.webkit.org/changeset/170619