Side navigation
#2504 closed bug (fixed)
Opened March 13, 2008 07:00PM UTC
Closed May 22, 2008 09:36AM UTC
[autocomplete] there is no need to blur the field when selecting via mouse
Reported by: | wallacepeng | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.2 |
Keywords: | Cc: | joern.zaefferer@googlemail.com | |
Blocked by: | Blocking: |
Description
Input field focus gets lost when selecting use keyboard.
Attachments (0)
Change History (3)
Changed March 13, 2008 07:00PM UTC by comment:1
Changed March 13, 2008 08:00PM UTC by comment:2
owner: | → joern |
---|---|
summary: | there is no need to blur the field when selecting via mouse → [autocomplete] there is no need to blur the field when selecting via mouse |
Changed May 22, 2008 09:36AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [5657], with a less obtrusive workaround for Opera. Instead of bluring the field, the submit event (happens only in Opera) is stopped.
jquery autocompleter from joern zaefferer