Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images can’t be downloaded in Firefox Nightly using beta version #9

Open
jonnybarnes opened this issue Aug 30, 2021 · 1 comment
Open

Comments

@jonnybarnes
Copy link

I get the following error in the console log:

Uncaught (in promise) 
error { target: img, isTrusted: true, srcElement: img, eventPhase: 0, bubbles: false, cancelable: false, returnValue: true, defaultPrevented: false, composed: false, timeStamp: 75557, … }
​
bubbles: false
​
cancelBubble: false
​
cancelable: false
​
composed: false
​
currentTarget: null
​
defaultPrevented: false
​
eventPhase: 0
​
explicitOriginalTarget: <img src="data:image/svg+xml;charset=utf-8,<svg xmlns=\"http:…">
​
isTrusted: true
​
originalTarget: <img src="data:image/svg+xml;charset=utf-8,<svg xmlns=\"http:…">
​
returnValue: true
​
srcElement: <img src="data:image/svg+xml;charset=utf-8,<svg xmlns=\"http:…">
​
target: <img src="data:image/svg+xml;charset=utf-8,<svg xmlns=\"http:…">
​
timeStamp: 75557
​
type: "error"
​
<get isTrusted()>: function isTrusted()
​
<prototype>: EventPrototype { composedPath: composedPath(), stopPropagation: stopPropagation(), stopImmediatePropagation: stopImmediatePropagation(), … }

The stable version of the site works fine.

@jonnybarnes jonnybarnes changed the title Images can’t be donwloaded in Firefox Nightly using beta version Images can’t be downloaded in Firefox Nightly using beta version Aug 30, 2021
@danbeddows
Copy link

danbeddows commented Jan 12, 2022

I get the same error on Chrome v97 & iOS Safari (iOS 15.2).

I'm completely unable to download images.

Edit: looks like I only receive the error for certain images. e.g the "popular images" tab -> HMRC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants