[Webkit-unassigned] [Bug 173768] [GTK] Some web pages disappear immediately after rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 26 05:48:50 PDT 2017


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

--- Comment #6 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
On the case of the midori website its triggered by the JS included from modernizer.

If you add this line to your /etc/hosts

127.0.0.1 cdn.jsdelivr.net

And open a new session with the minibrowser (using a temp profile to avoid caching issues)

HOME=$(mktemp -d) Tools/Scripts/run-minibrowser --gtk --enable-write-console-messages-to-stdout=true http://midori-browser.org/

Now it renders correctly.

Remove that line back from /etc/hosts, repeat the experiment and white page.


The JS included in question is this one: http://cdn.jsdelivr.net/g/modernizr,prefixfree,jquery,colorbox,jquery.autosize,jquery.equalize,jquery.downboy


Perhaps is related to the jquery.autosize plugin? I get this error on the console:

CONSOLE ERROR TypeError: $('textarea.resize').autosize is not a function. (In '$('textarea.resize').autosize()', '$('textarea.resize').autosize' is undefined)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170626/d8df1c1a/attachment-0001.html>


More information about the webkit-unassigned mailing list