You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some of the methods are removed from tinymce 4.4.3 e.g 'onEvent', so i did some workaround for these events to fire. i am facing below issues with track changes though.
if i use Delete key then it is spiking one character e.g 'tiny' becomes 'tin' however Backspace key works fine.
if i keep both Delete & Backspace key pressed it spiking characters & removing some of the data.
i am unable to bind 'onNodeChange' event with new tinymce.
note - tinymce/plugins/ice/js/editor_plugin.js
The text was updated successfully, but these errors were encountered:
i've changed element:ed.getBody() to
element:ed.getWin().document.documentElement, and it works fine as expected, however it changes the font of entire html document.
keeping ed.getBody() makes its working weird as mentioned in original issue.
some of the methods are removed from tinymce 4.4.3 e.g 'onEvent', so i did some workaround for these events to fire. i am facing below issues with track changes though.
note - tinymce/plugins/ice/js/editor_plugin.js
The text was updated successfully, but these errors were encountered: