Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi all,

    I found the solution:

    if ('undefined' == typeof tinymce.plugins.dom) {
                tinymce.plugins.dom = tinymce.dom;
            }
            if ('undefined' == typeof tinymce.plugins.util ) {
                tinymce.plugins.util = tinymce.util;
            }

    Did you found any solutions for this?
    I’m having the same problems with an old plugin…

    `Deprecated TinyMCE API call: <target>.onNodeChange.add(..)’

    And I think it’s causing the empty box…

    I’m also getting following errors:

    Uncaught TypeError: i is not a constructor
    at tinymce.WPWindowManager.tinymce.InlineWindowManager.b.createInstance (wp-tinymce.php?c=1&ver=4603-20170530:25)
    at Object.init (tiny_mce_popup.js:56)
    at tiny_mce_popup.js:483
    b.createInstance @ wp-tinymce.php?c=1&ver=4603-20170530:25
    init @ tiny_mce_popup.js:56
    (anonymous) @ tiny_mce_popup.js:483
    wp-tinymce.php?c=1&ver=4603-20170530:25 Uncaught TypeError: i is not a constructor
    at tinymce.WPWindowManager.tinymce.InlineWindowManager.b.createInstance (wp-tinymce.php?c=1&ver=4603-20170530:25)
    at new MCTabs (mctabs.js:15)
    at mctabs.js:124
    b.createInstance @ wp-tinymce.php?c=1&ver=4603-20170530:25
    MCTabs @ mctabs.js:15
    (anonymous) @ mctabs.js:124
    tiny_mce_popup.js:191 Uncaught TypeError: Cannot read property ‘add’ of undefined
    at Object.executeOnLoad (tiny_mce_popup.js:191)

Viewing 2 replies - 1 through 2 (of 2 total)