stracker-phil/floating-tools

Floating Toolbar stops working when other CKEditor plugins added

Opened this issue · 1 comments

The floating toolbar is great and has been working fine.

I've added other plugins including an ajax autosave plugin. I've also added some styling to the editor page and added some jQuery components. Now I've noticed that the floating toolbar is suddenly not showing up any more when I select text.

I'm not sure exactly what change started the issue -- I didn't test the floating toolbar after each change.
I also can't find any javascript errors in the console that might explain the issue.

Any suggestions on how to debug this and determine the bad interaction?

I had a similar issue when multiple editors were on the same page. If you've also got multiple editors on a single page you might want to checkout the patch I've submitted:
#17