Skip to main content

Bug Tracker

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 wallacepeng comment:1

jquery autocompleter from joern zaefferer

Changed March 13, 2008 08:00PM UTC by scott.gonzal 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 joern comment:3

resolution: → fixed
status: newclosed

Fixed in [5657], with a less obtrusive workaround for Opera. Instead of bluring the field, the submit event (happens only in Opera) is stopped.