erikzaadi / jQueryPlugins

Collection of jQuery plugins
83 stars 88 forks source link

Images and css on chrome #62

Open dabicho opened 10 years ago

dabicho commented 10 years ago

On google chrome the popup opens with url about:blank and then img elements with relative src don't show up

Maybe I am missing something.

Same thing applies for anything with a relative reference (like css or scripts)

edit: seems I am mistaken, and I think the window is printing itself before the document is fully loaded sometimes.

leigh-ols commented 7 years ago

seems I am mistaken, and I think the window is printing itself before the document is fully loaded sometimes.

This is a quirk with Chome and needs some sort of delay to fix. I'd like to know the best work around for this at present?