I have the Caption Filter plugin turned on in a Wysiwyg profile for TinyMCE.

I upgraded to the latest version of Wysiwyg, 7.x-2.3, with TinyMCE 3.5.11. That worked. Then I upgraded TinyMCE to 4.5.1. At that point TinyMCE failed to show up on content-editing pages: I just got a blank area on the page where the TinyMCE textarea was supposed to be. Unchecking the Caption Filter box on the Wysiwyg profile page fixed this.

So there appears to be some kind of incompatibility between TinyMCE 4.5.1 and Caption Filter.

Comments

dhalbert created an issue. See original summary.

dhalbert’s picture

Issue summary: View changes
Jim Bacon’s picture

I also found Caption Filter to be incompatible with TinyMCE 4.x.

The error I was seeing related to the changes in event handling, https://www.tinymce.com/docs/advanced/migration-guide-from-3.x/#eventhan..., and would require an update to caption-filter-tinymce.js.

kmonty’s picture

Title: Breaks TinyMCE 4.5.1 / Wysiwyg 7.x-2.3 » Caption Filter Not Compatible with TinyMCE 4.x

Verify this is an issue. In fact, I have the plugin disabled on a production site with TinyMCE 4.x and I maintain this module :(

Admittedly, with CKEditor in D8 Core, that is were my focus is going to be. But I'll take a look at this issue as I get ready to cut another release and see if there is an easy fix.

kmonty’s picture

Going to close #2123151: Upgrade Caption Filter's TinyMCE Plugin to support TinyMCE 4.x, which I opened three years ago

anwar_max’s picture

Version: 7.x-1.2 » 7.x-1.3
Priority: Normal » Major
Issue tags: +tinymce4

We should update code so that this module works with tinymce4

andreic’s picture

I'm interested in this, too.