tinymce field

tinymce field

crclcomcrclcom Posts: 3Questions: 1Answers: 0

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é

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

This discussion has been closed.