tinymce field
tinymce field
Hi,
I found a bug in the tinymce field plugin. You should remove the editor events on destroy.
destroy: function (conf)
{
var id = DataTable.Editor.safeId(conf.id);
this.off('open.tinymceInit-'+id);
this.off('close.tinymceInit-'+id);
},
I ran into this issue while using a dynamic field in editor (removing+adding a field to change the type)
Best regards,
André
This discussion has been closed.
Replies
Hi André,
Many thanks for letting me know about this! I've just committed the change and will push it up to the site soon.
Regards,
Allan