Re: [jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-17 Thread Jörn Zaefferer
Klaus Hartl schrieb: Klaus Hartl schrieb: cookie deletion does not work with more than one cookie, will fix that... False alarm, forget that - I just screwed my test page. Should put up automatic tests in there if possible. Jörn or John, where can I get some information about the

Re: [jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-16 Thread Klaus Hartl
Microtoby schrieb: I'm find a bug in jQuery's Cookie plugIn. When you write more than 2 cookies, from the second, you could not read it value correctly. It's because read document.cookie is cookie1=val1; cookie2=val2, behind ;, there is a blank. So the source code line 72 cause error

Re: [jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-16 Thread Sam Collett
On 16/10/06, Klaus Hartl [EMAIL PROTECTED] wrote: Microtoby schrieb: I'm find a bug in jQuery's Cookie plugIn. When you write more than 2 cookies, from the second, you could not read it value correctly. It's because read document.cookie is cookie1=val1; cookie2=val2, behind ;,

Re: [jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-16 Thread Klaus Hartl
Klaus Hartl schrieb: cookie deletion does not work with more than one cookie, will fix that... False alarm, forget that - I just screwed my test page. Should put up automatic tests in there if possible. Jörn or John, where can I get some information about the test suite used in jQuery? --

[jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-15 Thread Microtoby
I'm find a bug in jQuery's Cookie plugIn. When you write more than 2 cookies, from the second, you could not read it value correctly. It's because read document.cookie is "cookie1=val1; cookie2=val2", behind ";", there is a blank. So the source code line 72 cause error "if ( cookie.substring(0,