[jQuery] Autocompleter Safari bug

2006-09-13 Thread Geoff Knutzen
In Safari, pressing return in the autocomplete dropdown will submit the form that the autocompleter is in. The preventDefault method is not working some reason. This is working fine (the form is not submitted) in IE and FF. Wondering if this is a bug in autocomplete or in jquery? I am not

Re: [jQuery] Autocompleter Safari bug

2006-09-13 Thread j_birch
Is this the old case of Safari needing 'return false' as it doesn't (didn't?) implement preventDefault correctly? I am not familiar with the plugin code and am no javascript expert anyway so sorry if I am way off, but I thought it may be relevant for you to look into. Joel. Quoting Geoff Knutzen

Re: [jQuery] Autocompleter Safari bug

2006-09-13 Thread Dylan Verheul
Geoff and others, I have Mac and thus no Safari to debug in, but I could add a return false for you if youre not sure where to add it yourself. Geoff, sand me an email at [EMAIL PROTECTED] if you need assistance. Or, maybe someone with a Mac will test if a return false works? Dylan On 9/14/06,