bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI
http://hallojs.org/
MIT License
2.43k stars 316 forks source link

The event `hallomodified` is not fired when pasting data in mobile Safari #246

Open beowulfenator opened 7 years ago

beowulfenator commented 7 years ago

Hi!

I've encountered this issue. In mobile Safary only, if data is pasted into the hallo-enabled field, the hallomodified event is not fired. In other browsers including desktop Safari it's fine.

As soon as I type a character into the field, the event does get fired, so I don't think it's a misconfiguration issue.

Any ideas on how to fix or mitigate this problem?