gigebyte / cookies

Automatically exported from code.google.com/p/cookies
0 stars 0 forks source link

cookies.set method on IE7 can't serialize non string value #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When setting a value like:
  $.cookies.set('initialized', true);
IE7 will report an error :
cookies.set() received non-string and could not serialize.

Little remark:
IE8 in IE7 mode(standard) does not produce this error.

Original issue reported on code.google.com by John.Her...@gmail.com on 7 Mar 2010 at 10:37

GoogleCodeExporter commented 9 years ago
Hi John,

Thanks for reporting your problem.

Can you please read comments 3 and 4 on Issue #17 and let me know if that fixes 
the problem?

Thanks,
Jim

Original comment by auldrid...@gmail.com on 7 Mar 2010 at 11:16

GoogleCodeExporter commented 9 years ago
No response to last comment

Original comment by auldrid...@gmail.com on 3 Jun 2010 at 12:48

GoogleCodeExporter commented 9 years ago
Hi Jim,

I encountered the same issue and your Issue #17 suggestion to edit line 221 
fixed it.

Thanks for the plug-in!

Reg

Original comment by rich...@springload.co.nz on 8 Mar 2012 at 8:42