ngStorage icon indicating copy to clipboard operation
ngStorage copied to clipboard

0.3.7 breaks ng-storage in IE10

Open cur3n4 opened this issue 9 years ago • 3 comments

It seems the behaviour of ng-storage in IE10 is quite different to 0.3.6. First, when binding form fields to storage. there is a notable flash of the screen. Second, we are extending the object stored in ngstorage with some mixins, we do this every time we retrieve from ngstorage, but somehow in 0.3.7 the object seems to eventually lose the mixins, as if it was stored and retrieved in the background. I ll try to create a codepen to show the issue.

cur3n4 avatar Jul 15 '15 05:07 cur3n4

Hi, thanks for the heads up. I'll give your codepen a go with IE10 on Windows 7. Could you try running the tests in IE10 too?

egilkh avatar Jul 15 '15 05:07 egilkh

Hey @cur3n4

Would you be able to check if the latest release has the same problems? Maybe you can move your mixin add code to a custom serializer. I think that should keep ngStorage from destroying everything.

egilkh avatar Aug 21 '15 06:08 egilkh

@egilkh Still broken. I might try to recreate it in a codepen

cur3n4 avatar Nov 17 '15 00:11 cur3n4