ui-tinymce icon indicating copy to clipboard operation
ui-tinymce copied to clipboard

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

Open DennisVM opened this issue 9 years ago • 1 comments

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:[email protected]

DennisVM avatar Jun 22 '16 16:06 DennisVM

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.

deeg avatar Jul 14 '16 11:07 deeg