Matthew DeLambo
Matthew DeLambo
Have you tried to replace the ice.min.js file embedded in the plugin with the latest version on master? https://github.com/NYTimes/ice/blob/master/ice-master.min.js
Thanks @catsgotmytongue. Did you need to make any changes to any of the src/*.js ice files?
They have added quite a few [commits](https://github.com/loopindex/ckeditor-track-changes/commits/master/src/lite/js) over the last couple of years which include some bug fixes and better namespacing. It might be worthwhile to test out their latest...
Is this problem isolated to tinymce 4? Unfortunately, we haven't started to look into tinymce 4 support. Until we do, I can't offer much help. I'll leave this issue open.
Interesting - I was trying something similar in Webkit and it didn't work. I'll try it out again when I get back to `handleEnter`. At the moment, I'm very close...
Yeah, that's fine. I've been trying to clean up some of the naming as functions have taken on new or different roles.
I'm not sure how to approach this problem. In the past, I have closed-out similar issues/requests. To make this work, we would have to get in the business of node...
CID's (Change IDs) aren't unique per element/node, but per change. For example, if a track change delete is in the middle of a selection: ``` html [START]some paragraph text[END] ```...
@primatology - We cut out a lot of plugins and have refactored since, so some of the old plugin events may not be functioning properly. I've been meaning to write...
Filed a bug with Mozilla. Working on a short-term hack... https://bugzilla.mozilla.org/show_bug.cgi?id=787432