[Webkit-unassigned] [Bug 170432] New: [GTK] GIF images are not properly loaded the first time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 3 17:25:47 PDT 2017


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

            Bug ID: 170432
           Summary: [GTK] GIF images are not properly loaded the first
                    time
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

On WebKitGTK+ from trunk r214853 I see that GIF Images are not properly loaded the first time:

Running the minibrowser like this, always produces a small square image indicating fail to load rather than showing the cats:

HOME=$(mktemp -d) Tools/Scripts/run-minibrowser --gtk https://trac.webkit.org/export/214855/webkit/trunk/LayoutTests/svg/hixie/perf/resources/smallcats.gif


Notice the HOME=$(mktemp -d) which sees a temporal home before executing the browser (this is required to reproduce the bug)

Hitting reload doesn't fix the issue.

However, if I opening a new tab on the minibrowser and load the URL on the new tab, then the image is displayed as expected-

So it looks like a cache issue somewhere, like if it failed to pass the image data the first time the image is loaded.

-- 
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/20170404/dedde1ca/attachment.html>


More information about the webkit-unassigned mailing list