erikzaadi / jQueryPlugins

Collection of jQuery plugins
83 stars 88 forks source link

Broken on Chrome 13 #23

Open SimonEast opened 13 years ago

SimonEast commented 13 years ago

Love your plugin... but it appears that on Chrome 13 beta you cannot open a popup, call print, and close it again. Chrome has recently added print preview, and apparently this requires the window to stay open.

So I've just added:

leaveOpen:true which seems to workaround it, but might be necessary to set this as default in Chrome.

Simon.

erikzaadi commented 13 years ago

Thanks Simon, will be added to the next release..

NTICompass commented 13 years ago

The iframe method works fine in Chrome 13, so you shouldn't need the popup method.