-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
IE 9 when attempting to use to drag the scroll indicator selectize closes. #325
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
Confirmed using browserstack with IE9/Win7 on https://github.com/brianreavis/selectize.js |
Sorry. My bad, didn't see that this was a duplicate of #157 |
This issue still appears on v0.9.0. |
Its the same case on IE10 and IE11, do we have any solution for this. |
Running into issues on a node-webkit app running on Windows 7 & 8 touch enabled ultrabooks. Any update or workaround on this? I've been scouring the source but haven't had any real insights |
I found this solution somewhere (#182 bottom of the page), this is fix. Our testers have confirmed it works on IE 8,9,10; starting on line 1551 you will find the onblur function, i added the following on 1555:
so the whole onBlur looks like:
|
@StephenDKing - No it doesn't fix the issue. Dear anybody has found any solution for this I have been facing this issue on surface RT as well as it doesn't allow touch scroll even. It's like a blocking issue on IE. Select 2 supports this but I always go with this because it has lot of features but if this issue is also addressed this is going to rock on all the browsers and devices as well. |
Fixed my issue, maybe yours should be a new ticket.
|
Can you share me the code that you are using may be it can solve mine as well. |
Is it also working on touch devices to scroll the drop down portion. |
Well, we don't test to win rt but it passed our testers on android chrome
|
closing stale issues older than one year. |
Using the country example, when attempting to drag the scroll indicator further down to see additional selections, the entire selector closes.
This seems to only be the case in IE 9
The text was updated successfully, but these errors were encountered: