-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
IE Auto-Width Bouncing Scrollbar #215
Comments
after-thought: my proposed patch puts the initial "var widthcount=0;" within the sifter.js code. Should be down in the selectize.js section (around line 603). |
this fix is just what I need, but it doesn't work for remote loaded content. if instead I try this:
I can kinda get what I'm after. without it my content is all clipped. |
Thanks for reporting this issue. I am closing it since this issue has been inactive for more than 2 years. If there is still a problem with the latest version, please re-open and add details following the Issue reporting guide. |
I noticed that when we adjust the CSS to allow the width to auto-size to the content in IE10+ the scroll bar (when clicked) will often jog to the left the width of the scrollbar. Feels glitchy. Only happens in IE10+. IE9 will cut-off the right side of the select options.
Here's a fiddle displaying the issue: http://jsfiddle.net/rdX5R/4/
This was fixed in 0.8.5 with the following diff. (lines might be very slightly off from 0.8.5 as my source diff has patch already committed from bug #182.
Here's a fiddle with this patch: http://jsfiddle.net/rdX5R/5/
p.s. This fix also solved issue #173 for me.
The text was updated successfully, but these errors were encountered: