-
Notifications
You must be signed in to change notification settings - Fork 141
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
Dropdown menu closes when its scrollbar is clicked on #325
Comments
Which version are you using? |
The plugin's version is 1.5.0pre. Firefox is 27.0. And I use the latest jQuery (1.10.2) and jQuery UI (1.10.4). |
Are you able to reproduce this issue in the posted fiddle (which uses latest commit)? Please note this plugin is not tested in latest jQuery and jQuery UI! Please see: #286 You could try the upcoming official jQuery UI Selectmenu Widget, see #140 |
Yeah, the demo on jsfiddle works. I will try to find the cause. Thanks. |
I guess its the newer jQuery UI version, try that first! |
I got it. It turns out to be caused by the minified plugin code which I manually packed at a javascript packer (http://dean.edwards.name/packer/). I repacked at there again and use the new minified code, and everything works fine. I also tested using the previously minified code again, and the same issue occurs. Therefore I had confirmed the issue was caused by the previously minified code. And why I repacked it again and it works? I really don't know. At least it works fine now. |
Mhh, thats a strange error. I added a issue to introduce proper unit tests and linting, perhaps its the code itself. See #327 |
Thank you. |
Hi, I've got the same problem on FF Aurora 29 a2. But code not minified... I'm in dev. |
Sorry for the late response - very busy atm. Can you provide a demo fiddle or a link? See #61 |
Any feedback on this issue? |
It seems to work fine now. Thanks. |
Great! |
The displayed dropdown menu closes when its scrollbar is clicked on.
This issue has been seen on Firefox and Google Chrome.
The text was updated successfully, but these errors were encountered: