I'm using the Jörn Zaefferer's jQuery autocomplete plugin which works great, except for a small bug: if a user begins typing in one field where the autocomplete is attached to, but then while the suggest is still showing they click on another input field, the cursor returns back to the field with the autocomplete.
Are there any solutions to this, or is it pretty much the way works? I noticed that the jQuery UI autocomplete does the same thing.