farbtastic icon indicating copy to clipboard operation
farbtastic copied to clipboard

$.browser.msie deprecated in jQuery 1.9

Open danielsedlacek opened this issue 11 years ago • 4 comments

The current implementation throws an error in the latest version of jQuery.

http://stackoverflow.com/questions/14892095/browser-msie-error-after-update-to-jquery-1-9-1

danielsedlacek avatar Feb 26 '14 10:02 danielsedlacek

this might help http://www.sharesoft.in/jquery-browser-msie-alternative-fixed/

erikkallen avatar Mar 02 '14 18:03 erikkallen

you should probably switch to jquery 1.8.3. I believe that was the last version that included browser detection

jacksonhoose avatar Jun 11 '14 16:06 jacksonhoose

I recommend to drop browser detection and support only IE 9+, which has native canvas support.

Folks who still need IE8 can stick to farbtastic 1.x. Let's move on...

mariusa avatar Jul 21 '14 10:07 mariusa

please specify the jquery version in bower if you want to use the version <1.9. Otherwise add the dependency to jquery.browser plugin as explained here.

gianlucaparente avatar Mar 10 '16 11:03 gianlucaparente