[jQuery] jquery.validate in chrome field loses focus on unhighlight

2010-02-11 Thread jrallan
This is in Chrome (4) on both Mac and PC. When a field is marked as invalid and your are entering a valid value as soon as the value is valid and validate runs the unhighlight function the field loses focus and you must click with the mouse to regain focus. Any suggestions? You cannot add

Re: [jQuery] jquery.validate in chrome field loses focus on unhighlight

2010-02-11 Thread Nathan Klatt
On Thu, Feb 11, 2010 at 2:36 PM, jrallan jral...@hotmail.com wrote: Any suggestions? You cannot add $(element).focus() to the unhighlight function because it runs on blur() so can never escape the field. Have you tried returning false from a blur handler or something along those lines? Good