guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.51k stars 245 forks source link

Paste on ie11 #391

Closed trshafer closed 9 years ago

trshafer commented 9 years ago

pasting content does not work in IE11. This can be reproduced in the example: https://guardian.github.io/scribe/

I suspect it has to do with the polyfill for insertHTML that is not supported in IE as is described in this earlier PR: https://github.com/guardian/scribe/pull/159#issuecomment-42691617 . Thanks Guardian!

rrees commented 9 years ago

Hi @growlsworth we don't officially support IE for Scribe. We will accept patches if they work with our target browsers although we don't have IE in our CI configuration.

trshafer commented 9 years ago

That's a bummer and I totally understand the decision. Thanks for the update.