angular-ui / ui-tinymce

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

ngModel not been updated by 'Delete' (/delete-right) key (but works fine for the backspace (/delete-left) key) #269

Open DennisVM opened 8 years ago

DennisVM commented 8 years ago

If you have the ngModel displayed upon the page, it seems to update dynamically when you use the backspace key (within the editor/upon the content text) but not (dynamically) for the 'Delete' key.

(If you tab away from the editor to another element upon the page then the model then updates.)

[Latest version]

mailto:Dennis.McEnaney@aimediacomms.com

deeg commented 8 years ago

Thanks, this is probably an issue with the event we are watching.

Can you please post Plunkers reproducing the issue in the future? If you would like to investigate and put our a PR, I would be more than happy to merge a fix in.