Opened 15 years ago
Closed 15 years ago
#2504 closed bug (fixed)
[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: | [email protected]… | |
Blocked by: | Blocking: |
Description
Input field focus gets lost when selecting use keyboard.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | set to 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 |
comment:3 Changed 15 years ago by
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.
Note: See
TracTickets for help on using
tickets.
jquery autocompleter from joern zaefferer