emposha / FCBKcomplete

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

Stopped working when upgraded to jquery 1.6.2 #77

Closed JRod111 closed 12 years ago

JRod111 commented 12 years ago

I can't put my finger on why it stopped working, but I think it may have something to do with changes to the .data() function in jquery.

JRod111 commented 12 years ago

I figured out what is happening. Initially the select element i attach to is hidden, which causes fcbkcomplete to set the width of the

  • element to 0, which makes it invisible. I was able to fix it by commenting out this line:

    feed.css("width", complete.width());

  • emposha commented 12 years ago

    Ok, probably the width, need to be a variable... Thanks I will insert it to next version.

    JRod111 commented 12 years ago

    I would recommend not setting the width until its first shown, in case its initially hidden or resized before its needed

    tristanbes commented 12 years ago

    Any update on this ? :-)

    emposha commented 12 years ago

    new version pushed, try to use "width parameter.

    tristanbes commented 12 years ago

    cool thx.