It bugs me when I tab out of an autocomplete field and a second later the popup shows up - suggesting that I type what I have already written. I've attached a patch that cancels the current AJAX request if the user clicks away or tabs out of the input.

Now when you move on the next field you won't get distracted by any late autocomplete suggestions.

CommentFileSizeAuthor
misc.patch1.97 KBThox
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Steven’s picture

Status: Needs review » Fixed

Good catch. Committed to HEAD, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)