Additional editors not initializing
-
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 eithercomment
orcontent
– whereas when you create a new editor using WP’swp_editor()
function, you can pass an editor id. Your implementation of_WP_Editors::editor()
takes that parameter, but it simply never gets tockeditor_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 Nikolovhttps://www.ads-software.com/extend/plugins/ckeditor-for-wordpress/
- The topic ‘Additional editors not initializing’ is closed to new replies.