[Webkit-unassigned] [Bug 156035] New: [Safari Tech Preview] Fonts Loading API isn't working properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 12:55:50 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156035

            Bug ID: 156035
           Summary: [Safari Tech Preview] Fonts Loading API isn't working
                    properly
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nekr.fabula at gmail.com

Some times document.fonts.check() doesn't work. More specifically, it works, but always returns -- true. I do not know what is the reason, because it works fine in our staging env and fails on my local and production envs.

Repro:

1. Go to https://m.oumy.com/#/
2. Browser should load 3 Roboto fonts. None is loading.
3. Run in console: document.fonts.check('16px Roboto') and document.fonts.check('16px Zzz') -- both returns -- true.

4. Go to https://html5.oumy.com:8080/#/
5. See that 3 Roboto fonts are loaded.
6. Run in console: document.fonts.check('16px Roboto') and document.fonts.check('16px Zzz') -- both returns -- true.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160330/9737251c/attachment.html>


More information about the webkit-unassigned mailing list