onloaded icon indicating copy to clipboard operation
onloaded copied to clipboard

Fix: Webkit issue with cached images not triggering a load event.

Open gijsroge opened this issue 6 years ago • 5 comments

We had an issue where in safari images would not appear when they are cached in the browser.

This pull request applies a small "hack" to fix this in Webkit.

Source: https://stackoverflow.com/questions/5024111/javascript-image-onload-doesnt-fire-in-webkit-if-loading-same-image

gijsroge avatar Dec 03 '19 09:12 gijsroge