• Hello,

    I’ve found a bug in your plugin.

    The problem is that multiple editors on the same page won’t initialize when the page is loaded. Instead you have to click on the “Visual” tab and after that the CKEditor will initialize.

    What I found was that you always assume that the textarea_id is either comment or content – whereas when you create a new editor using WP’s wp_editor() function, you can pass an editor id. Your implementation of _WP_Editors::editor() takes that parameter, but it simply never gets to ckeditor_wordpress::generate_js_options().

    Can you please take a look into that at some point? If you’re too overwhelmed with other things, then I’d be happy if you at least point me to how I would manually initialize each editor with JS.

    Thanks for your time,
    Nikola Nikolov

    https://www.ads-software.com/extend/plugins/ckeditor-for-wordpress/

  • The topic ‘Additional editors not initializing’ is closed to new replies.