[jQuery] Re: Email validation broken in plugin v1.2?!

2008-02-05 Thread Yuval
Hey Jörn - Thank you for fixing this is the next release. I have just submitted a bug report. Please see message: [validate] validator.pendingRequest below 0 (function stopRequest is called when not needed resulting in pendingRequest becoming less than 0) - also submitted a solution. Yuval Karmi

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-02-05 Thread Jörn Zaefferer
Seth - TA schrieb: Jörn - Thanks for doing that. Is 1.2.1 out? I saw in the trunk that the validate.js says 1.2.1pre. Is it usable? Thanks. Yes, it is usable. Unless I get more bug reports I'll release that in one or two days. Let me know if you spot a problem, I should be able to fix it

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-02-04 Thread Seth - TA
Jörn - Thanks for doing that. Is 1.2.1 out? I saw in the trunk that the validate.js says 1.2.1pre. Is it usable? Thanks. Seth On Jan 31, 6:27 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Scott González schrieb:> Please, don't do that. The modified regex you > provided is way over > > simpl

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-01-31 Thread Jörn Zaefferer
Scott González schrieb: Please, don't do that. The modified regex you provided is way over simplified. I'll try to produce the regex you want, it should be as easy as making the domain label required in the host name. 1.2.1 will include email validation that requires the tld, providing the

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-01-31 Thread Scott González
Please, don't do that. The modified regex you provided is way over simplified. I'll try to produce the regex you want, it should be as easy as making the domain label required in the host name. On Jan 30, 7:43 pm, Rus Miller <[EMAIL PROTECTED]> wrote: > I agree, [EMAIL PROTECTED] isn't likely

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-01-30 Thread Rus Miller
I agree, [EMAIL PROTECTED] isn't likely to be used anytime soon in a real- world situation. I've hacked the plugin on line 865 from: return this.optional(element) || /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\? \^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\ $%&'\*\+\-\/=\?\^_`{\|}~

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-01-28 Thread Rus Miller
I noticed this issue too. On Jan 28, 2:15 pm, Yuval <[EMAIL PROTECTED]> wrote: > This email > [EMAIL PROTECTED] > validates perfectly on v1.2. No .com nothing... > Is it broken or is it done on purpose? > I tried it on my site AND on the remember-the-milk demo...