-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Can't paste into editor in IE 11 #897
Comments
@ianstormtaylor Thanks, looks like it! |
Pasting text seems to work in IE11 (Version 11.1176.10586.0), Chrome (Version 62.0.3202.94), and Firefox (Version 56.0) on Windows 10 when removing the lines:
from As it is now, I'm using:
|
Getting this error, and came to the same conclusion as @bendulum. Is Let me know if this seems to be on the right path. I see two solutions:
|
A bug exists which prevents pasting text into the editor on IE11. When attempting, nothing is pasted and an error occurs in the
getTransferData
method.To Reproduce:
Expected behavior:
The copied text is pasted into the editor
Actual behavior:
Nothing is pasted and a console error occurs.
The text was updated successfully, but these errors were encountered: