Garlic.js
Garlic.js copied to clipboard
Does not presist in IE7
Hi, awesome work and thank you for this plugin.
i have made some tests and it does not work with IE 7
thanks in advanced.
As far as I understand IE7 doesn't have localstorage feature, that's why it doesn't work for you. http://diveintohtml5.info/storage.html . This should work In IE8+
There is currently a known bug on IE8 https://github.com/guillaumepotier/Garlic.js/issues/5 where it should work.
For now, I did not added support for IE8-, maybe I'll implement it later.
Best
btw, it works great for me in IE8
That's strange.. On some IE8 versions, it crashes the browser..
I've got a VM with this configuration but still not time to try to debug it :(
Thanks for your feedback
hi again, i confirm it works in IE 8, but is there any plan to make it work in IE7 ?
thanks in Advanced.
Hi @devmondo,
I just tested on Browserstack, but could you confirm your side: try to add https://raw.github.com/mattpowell/localstorageshim/master/localstorageshim.min.js before the garlicjs script, and tell me if it's working for you on IE7.
Best
Dear guillaumepotier , i have tested it and it works perfectly, thank you very much, however i have noticed something in the demo and i don't know if it is intentional, but if you type a value in a field and don't move outside of it and then move away from the page and come back, you don't get it, this only happens in IE 7 and IE 8
Nice news! I'll add on the site this trick to support localStorage on these IE versions.
I'll dive into that new bug tomorrow!
Best