-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Focus issues when scrolled down in IE10+ #415
Comments
I'm not able to reproduce this in IE10 or IE11. Can you post steps for reproduction? |
Go to quilljs.com |
We're seeing this as well, using something like this to fix it. |
I can still reproduce it with Quill 0.20.1 on Win7/IE11. The simplest testcase: Looks like this is caused by: https://github.com/quilljs/quill/blame/0.20.1/src/modules/toolbar.coffee#L59 |
#221
This issue above still seems to be present in IE10+, you can easily reproduce it on the http://quilljs.com/ homepage examples.
Perhaps we can do a fix similar to the pasting scroll issue (#143) and just quickly scroll back to the selected content. Calling preventDefault for the buttons will work just fine for the buttons, but not the select items due to their unique nature.
The text was updated successfully, but these errors were encountered: