emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

Chrome steals focus #107

Open wheresalice opened 12 years ago

wheresalice commented 12 years ago

In Google Chrome when I fill in a field which uses FCBKcomplete I can't then leave this field to fill in other text fields.

We're using jQuery 1.7 minified and also some extra custom javascript.

IlmLV commented 12 years ago

@ 2.8.9.3 line 196 after commenting works great, don't know why its needed

but after line 197 needs to put clear_feed(1); complete.children(".default").fadeOut('fast');

ghost commented 12 years ago

I have the same problem. Is there solution for this?

wheresalice commented 12 years ago

We've commented out the input.blur function at around line 190 and then added:

        clear_feed(1);
    complete.children(".default").fadeOut('fast');

I can confirm this now works for us, it just needs somebody to file a pull request which also rebuilds the minified version.

ghost commented 12 years ago

Ok. Thank you very much, it works :).

mensfeld commented 11 years ago

Works also here :) thanks man! Saved me a lot of debugging!