Summary: | Multiple Picture Sources Downloading e.g. webp and jpeg | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Lee <lee+bugzilla> | ||||||
Component: | Images | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | NEW --- | ||||||||
Severity: | Major | CC: | achristensen, colin, hyatt, jonlee, maximuse.chern, mjs, simon.fraser, tetsuharu.ohzeki, webkit, webkit-bug-importer, yoav | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | Safari 9 | ||||||||
Hardware: | Mac | ||||||||
OS: | OS X 10.11 | ||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=245411 | ||||||||
Attachments: |
|
Description
Lee
2016-07-06 12:19:56 PDT
Created attachment 321191 [details]
Example using external javascript
Just to confirm that this still appears to the an open issue. The example HTML from Lee worked fine for me, but a slightly modified one has the same issue. It looks like any external script BEFORE the picture tag causes the issue. Moving the script tag to after the picture tag seems to solve it.
Observed on:
OS X 10.12.6
Safari Version 10.1.2 (12603.3.8)
Safari Technology Preview 39 (Safari 11.1, Webkit 12605.1.4.0.1)
Webkit Nightly 222202 - with cache disabled (works if the external file is cached)
I believe this is a duplicate of bug 179231 This case isn't exactly identical, in that there are not multiple <source> elements, but it does seem similar, and may have been fixed by that change. *** Bug 177068 has been marked as a duplicate of this bug. *** *** Bug 215805 has been marked as a duplicate of this bug. *** https://github.com/WebKit/WebKit/pull/31055 addresses this |