-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Firefox - Dropdown width - width does not adjust to content #1206
Comments
Are you using the latest version of Chosen or an older one ? |
// Version 0.9.13 |
I'm using 1.9.4 and am running into a problem with the widths in Firefox as well. I have defined a width for the select to be 140px; On Chrome, Safari, and Opera it appears correctly (http://cl.ly/image/0m0P36402m0K) It is consistently smaller by 87 pixels on each of the dropdowns. I'm still trying to dig in further to see if I can figure out more. It does, however, size the dropdowns correctly on hidden tabs. Just not on views that are visible initially. |
same issue for me in firefox. width is too small, see fiddle. using it with jquery. to fix the issue, simply do not use
but cannot say if this affects other browsers, only tested in ff. |
I tested @doits update on the latest versions of Safari, Opera, and Chrome. Also in IE8, IE9, and IE10. All of these appear to be working properly when chosen is drawn on a select initially visible on screen as well as when it's in a hidden tab. @doits, I'd suggest adding in a pull request with your changes. |
In Chrome tha width of the dropdown is adjusted to the width of the largest child element
this is not happening at Firefox
The text was updated successfully, but these errors were encountered: