Heyvaert / wiquery

Automatically exported from code.google.com/p/wiquery
0 stars 0 forks source link

There is no focus on next autocomplete #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two autocomplete controls side by side.
2. If you choose something from first autocomplete focus completely disappear.

$(event.target).blur() wasn't work, because it tries to focus next input item, 
that is type of hidden (part of next autocomplete). So i made a change of this, 
it works now (see patch).

Original issue reported on code.google.com by lukas.ho...@gmail.com on 26 May 2011 at 7:28

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, it have to call $(event.target).blur() too, so append it to patch, 
please.

Original comment by lukas.ho...@gmail.com on 26 May 2011 at 8:04

GoogleCodeExporter commented 9 years ago
The issue was either
-not reproducable
-there is a newer version available
-reported in a version which is no longer supported

if the issue is still present in the latest version (6.9+) then please reopen 
the issue with the required information to reproduce the issue.

Original comment by hielke.hoeve on 26 Nov 2013 at 8:37