etimbo / jquery-print-preview-plugin

jQuery plugin for print preview (modal window)
jquery-print-preview-plugin
382 stars 128 forks source link

Conflict in IE9 #12

Open jurgen-74 opened 11 years ago

jurgen-74 commented 11 years ago

When I tried the plugin in IE9 I discovered a conflict which I think is due to Google's custom search plug-in. If I add a meta tag to tell IE to use IE7 it works fine. But this is not really satisfying because the page renders a bit different under IE7.

I have put all the files in my test folder: http://tinyurl.com/blnlaym

I hope some of you can help me solve this awkward issue.

Kind regards, Jurgen

jurgen-74 commented 11 years ago

For some reason the conflict is there when I use jquery-1.9.0.min.js. If I switch to jquery 1.5.2 everything works just fine. For now I leave it like that but it would be great if somebody could tell me why 1.9 doesn not work in IE9.

Jurgen