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 does not work on android #433

Closed crasu closed 8 years ago

crasu commented 8 years ago

Pasting text into scribe does not work for me on android 5.x.

The mobile chrome paste event does not contain the pasted content in event.clipboardData.types. However the code around line 188 in events.js seems to expect this. Adding a check event.clipboardData.types seems to fix the issue.

Would you merge a pull request for this issue even if mobile chrome is not officially supported?

rrees commented 8 years ago

@crasu happy to take a pull request but obviously as it would not be in the test suite it might be vulnerable to regressions. Add a comment on the check to make clear why it is there.

crasu commented 8 years ago

see #434