Skip to content

Tinyeditor not working after Textblog drag #313

@dominikmatt

Description

@dominikmatt

file: zoolu-static/js_incs/form.js

line: 790
from: tinymce.execCommand('mceRemoveControl', false, elementId.gsub(/REPLACE_n/, widgetId));
to: tinymce.execCommand('mceRemoveEditor', false, elementId.gsub(/REPLACE_n/, widgetId));

line: 806
from: tinymce.execCommand('mceAddControl', false, elementId.gsub(/REPLACE_n/, widgetId));
to: tinymce.execCommand('mceAddEditor', false, elementId.gsub(/REPLACE_n/, widgetId));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions