[Webkit-unassigned] [Bug 190351] REGRESSION (Safari 12): Download of Blob URL fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 09:43:43 PDT 2018


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com
           Assignee|webkit-unassigned at lists.web |cdumez at apple.com
                   |kit.org                     |

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Issue seems to come from the fact that target=_blank is used:
1. This triggers Safari's popup blocker. If you allow the popup later on, the filename is wrong because Safari does not know about the download attribute.
2. If popups are allowed, WebKit tries to *load* the blob instead of *downloading* it, thus the network error. This is due to a bug in our createNewWindow code path which I will fix.

-- 
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/20181009/c3015e12/attachment-0001.html>


More information about the webkit-unassigned mailing list