[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 06:06:39 PDT 2017


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

--- Comment #8 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
The warnings are unrelated.

Definitively, the problem is triggered by the JS from modernizr.

Try:

1) Render white
HOME=$(mktemp -d) Tools/Scripts/run-minibrowser --gtk --enable-write-console-messages-to-stdout=true https://people.igalia.com/clopez/wkbug/173768/midori/m1.html


2) Render ok
HOME=$(mktemp -d) Tools/Scripts/run-minibrowser --gtk --enable-write-console-messages-to-stdout=true https://people.igalia.com/clopez/wkbug/173768/midori/m2.html



And the only difference is:

$ diff -u <(curl -s https://people.igalia.com/clopez/wkbug/173768/midori/m1.html) <(curl -s https://people.igalia.com/clopez/wkbug/173768/midori/m2.html)
--- /dev/fd/63  2017-06-26 15:04:55.167486031 +0200
+++ /dev/fd/62  2017-06-26 15:04:55.175486109 +0200
@@ -1682,10 +1682,10 @@

        <!-- JSDelivr -->
        <!--[if lt IE 9]>
-               <script>jQl.loadjQ('//cdn.jsdelivr.net/g/modernizr,selectivizr,prefixfree,jquery at 1.11.0,colorbox,jquery.autosize,jquery.equalize,jquery.downboy');</script>
+               <script>jQl.loadjQ('//cdn.jsdelivr.net/g/selectivizr,prefixfree,jquery at 1.11.0,colorbox,jquery.autosize,jquery.equalize,jquery.downboy');</script>
        <![endif]-->
        <!--[if IE 9]><!-->
-               <script>jQl.loadjQ('//cdn.jsdelivr.net/g/modernizr,prefixfree,jquery,colorbox,jquery.autosize,jquery.equalize,jquery.downboy');</script>
+               <script>jQl.loadjQ('//cdn.jsdelivr.net/g/prefixfree,jquery,colorbox,jquery.autosize,jquery.equalize,jquery.downboy');</script>
        <!--<![endif]-->

        <!-- Scripts -->
@@ -1711,6 +1711,6 @@
                });
        </script>

-<script src="http://cdn.jsdelivr.net/g/modernizr,prefixfree,jquery,colorbox,jquery.autosize,jquery.equalize,jquery.downboy"></script></head>
+<script src="http://cdn.jsdelivr.net/g/prefixfree,jquery,colorbox,jquery.autosize,jquery.equalize,jquery.downboy"></script></head>

 </html>



The JS in question is this: http://cdn.jsdelivr.net/g/modernizr

-- 
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/2c1fffc3/attachment-0001.html>


More information about the webkit-unassigned mailing list