Bug Fix: Need latest version of ImageMapster script to prevent jQuery issue
-
I noticed this plugin’s currently using version 1.2.8 of the ImageMapster script (from 12/30/2012), but version 1.2.14 (from 6/18/2013) is the current version located on the script’s official GitHub page (see: https://github.com/jamietre/ImageMapster/blob/master/dist/jquery.imagemapster.min.js)
I found this out because I noticed that the version of the script included with this plugin was calling $.browser.msie, but jQuery hasn’t supported that in the 1.x version of jQuery for quite some time (therefore causing a javascript error, breaking responsive-sized image areas, preventing tooltips from showing, etc.)
This plugin should be updated to use the current jquery.imagemapster.min.js file from https://github.com/jamietre/ImageMapster/blob/master/dist/jquery.imagemapster.min.js to fix these issues. I’d imagine this would be a quick fix since you just need to swap out that one file. I’ve implemented this fix myself on sites that need it, but I’d love to see this adopted by the official plugin as I’m sure many others are experiencing the same issue.
As an aside, it might be nice to have this plugin listed on GitHub (or similar) so patches can be suggested and adopted much quicker & easier considering the limited development resources for this plugin currently.
Thank you!
Kurt
- The topic ‘Bug Fix: Need latest version of ImageMapster script to prevent jQuery issue’ is closed to new replies.