jQueryPlugins
jQueryPlugins copied to clipboard
Broken on Chrome 13
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.
Thanks Simon, will be added to the next release..
The iframe
method works fine in Chrome 13, so you shouldn't need the popup
method.