loopindex / ckeditor-track-changes

Track changes plugin for CKEditor, based on ICE (track changes for TinyMCE).
www.loopindex.com
Other
51 stars 55 forks source link

Change tracker on Firefox and Jquery > 3.1.1 #150

Open abbottmw opened 5 years ago

abbottmw commented 5 years ago

I am viewing the Demo of the change tracker in Firefox, and the OpenTip display is off. Text appears vertical. Looking at the debugger, it shows the width of that node as only 1px. When I downgraded my jquery to 3.1.1, it displayed correctly.

I know the demo code is creating a script to jquery 1.9.1, but our apps out there are using the latest jQuery, and this causes an issue only in Firefox.

imdfl commented 5 years ago

Hi @abbottmw In the commercial version of the change tracker, we've given up on the opentip library. If we use a different tooltip control which happens to be open source and reasonably compatible with the LITE code, I'll post here the details (and in the unlikely event that I have some spare time, I'll even integrate it in a branch).

abbottmw commented 5 years ago

Yeah, I was going through the opentip library and downloaded the latest and trying to see if updating the the adapter code in LITE would work. I could get the tooltip to show up in Firefox, but not the message and it wasnt in the right spot, so slowly trying to tweak it.