nbartlomiej / foggy

jQuery plugin for blurring page elements
MIT License
470 stars 76 forks source link

Not working in IE 8 #4

Closed nileshku closed 10 years ago

nbartlomiej commented 11 years ago

Thanks for the feedback! Please provide more details. A screenshot and the source code of the page that doesn't work would be most helpful.

nileshku commented 11 years ago

I was checking the plugin demo in IE8 mode. Please find attached screenshot . btw really nice plugin foggy-notworking

nbartlomiej commented 11 years ago

Thanks for the details! Will try to investigate this soon.

calvinte commented 11 years ago

I'm experiencing this as well.

nbartlomiej commented 10 years ago

Fixed by @watsoncj in his PR. Big thanks!

Funny thing is, the bug wasn't present in the minified file; there's no difference between jquery.foggy.min.js version 1.1 and version 1.1.1 (apart from randomized variable names). The fix was all about using different literal notation, and it turns out that the minifier converted everything to that notation anyway.

Summarizing:

1) If you were using jquery.foggy.min.js v1.1, there's no need for you to update. 2) If you were playing with jquery.foggy.js v1.1, please do update, switch to jquery.foggy.js v1.1.1 .