Skip to content
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

input[type=range] + bind + ie11 #740

Closed
btakita opened this issue Jul 31, 2017 · 4 comments · Fixed by #766
Closed

input[type=range] + bind + ie11 #740

btakita opened this issue Jul 31, 2017 · 4 comments · Fixed by #766
Labels

Comments

@btakita
Copy link
Contributor

btakita commented Jul 31, 2017

It appears that bind applied to range inputs does not work on ie11.

on:change does work though.

https://svelte.technology/repl?version=1.27.0&gist=6f651445c5cb4c374b986be8cf5dcc29

@Rich-Harris
Copy link
Member

Dammit IE! Since I can't easily test it, does the change event fire while you're still dragging in IE, or only after you've finished?

@btakita
Copy link
Contributor Author

btakita commented Aug 1, 2017

On IE11, the change event fires throughout the drag.

BTW, I did my testing on Browserstack.

To fix, I used both on:change & bind.

@btakita
Copy link
Contributor Author

btakita commented Aug 1, 2017

Hmm, to test the link above on IE11, it looks like you need to have a Promise polyfill.

I've been using core-js/shim from https://cdnjs.com/libraries/core-js.

@Rich-Harris
Copy link
Member

Fixed in 1.29.2 — thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants