-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Chosen's search box causes images to disapeer until dropdown is reopened #29
Comments
I have the same issue |
This has been an issue with Chosen for a while, check #19 .. there is a pending fix harvesthq/chosen#2373 .. I've asked for an update, stay tuned, |
fix will now be either harvesthq/chosen#1626 or harvesthq/chosen#2356 maybe. one day. |
Thanks for the update @iamcal |
Is there something new on this? |
Hi, I thought I would help out. I am using this plugin here: http://websemantics.github.io/Image-Select/. So for me I like that plugin but same issue the image would disappear after searching. I am capable of programming although not setup for this hard core debugging. In any case I managed to make the image come back after the search. It works.. because I can do it. You have to hack the chosen.jquery.js. You can minimize it afterwords if you want. Look for the function below and replace it with this. Version 1.8.2, chosen.jquery.js.
I don't have time for a jsfiddle. Hope this helps you. It is super easy to do but took several hours to figure out. I did make custom css for my needs but you can hack that as well. Take it easy. |
If you go to http://testing.mcresourcecalculator.info/ and choose "Minecraft Forge" in the first drop down, then enter 'Water' into the search box of the second drop-down, the water icon disappears until you close the drop down. Clearing the search box does not restore the images either. I'm using Image-Select 1.7 with Chosen 1.5.1, jQuery 2.2.3
The text was updated successfully, but these errors were encountered: