angular-ui / ui-tinymce

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

Copy/Past #355

Open Identity-labs opened 6 years ago

Identity-labs commented 6 years ago

Hi,

When we past text in the wysiwyg, the ngModel is not up to date. We have to enter some text after to make it work.

Tinymce on the last version, and ui-tinymce on the last version

Thx

eduardolagares commented 6 years ago

I have the same problema here. If i click out of the wysiwyg before call the validate it works, but its a problema to the user.

Thx

eduardolagares commented 6 years ago

I did this pull request https://github.com/angular-ui/ui-tinymce/pull/358 to solve this issue.

Ugoku commented 6 years ago

Thanks @eduardolagares ! I've incorporated this fix in our fork: https://github.com/Recras/ui-tinymce