Garlic.js icon indicating copy to clipboard operation
Garlic.js copied to clipboard

Does not presist in IE7

Open devmondo opened this issue 13 years ago • 8 comments

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.

devmondo avatar Nov 20 '12 05:11 devmondo

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+

Marfa avatar Nov 20 '12 06:11 Marfa

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

guillaumepotier avatar Nov 20 '12 10:11 guillaumepotier

btw, it works great for me in IE8

Marfa avatar Nov 20 '12 10:11 Marfa

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

guillaumepotier avatar Nov 20 '12 10:11 guillaumepotier

hi again, i confirm it works in IE 8, but is there any plan to make it work in IE7 ?

thanks in Advanced.

devmondo avatar Nov 20 '12 21:11 devmondo

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

guillaumepotier avatar Nov 21 '12 08:11 guillaumepotier

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

devmondo avatar Nov 21 '12 23:11 devmondo

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

guillaumepotier avatar Nov 21 '12 23:11 guillaumepotier