-
Notifications
You must be signed in to change notification settings - Fork 141
Selectmenu should update its dropdown height on content update #133
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
Comments
Im not able to reproduce your issue. In which browsers does this problem occur? Are you able to provide a demo? Please see here: #61 |
Just now got this bug in:
Playing with jsfiddle to provide a demo.... |
Ive tested in FF4 & Chrome too, without problems. I'll waiting for the demo On Tue, Jun 14, 2011 at 22:50, trollixx <
|
Got It! http://jsfiddle.net/trollixx/qj2YK/ |
Issue confirmed, no idea why I did not notice this one :-( Thanks a lot! This only occurs if a auto maxHeigth is set. This happens if there are many options before refreshing to less options. Should be fixed as I improved the whole height & maxHeight algorithm. Please test latest version and give feedback! Related to: #26 |
Cool, everything works like it should! Thanks for fix) |
Closed, please reopen if needed. |
For example, deleting some items from selectmenu doesn't force recalculation of its height. Calling $("#el").selectmenu() doesn't do the thing too.
The text was updated successfully, but these errors were encountered: