angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

Pasting text does not change the model #247

Closed MrMartiniMo closed 8 years ago

MrMartiniMo commented 8 years ago

Hi there!

I've found that the model does not change, if I past text into the tinymce input. I try to analyze the problem.

https://plnkr.co/edit/YRfHj2EpWldiH1856CxK?p=preview

MrMartiniMo commented 8 years ago

I figured out that tinymce doesn't change the dirty flag by pasting text, unless the "past" plugin is loaded. https://plnkr.co/edit/2Q1KfaUdh77XutpuhzsP?p=preview

So you think thats a bug in tinymce? Anyway, it is not an error in ui-tinimce!

deeg commented 8 years ago

Closing as a duplicate of #240