Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tinyeditor not working after Textblog drag #313

Open
dominikmatt opened this issue Nov 26, 2014 · 0 comments
Open

Tinyeditor not working after Textblog drag #313

dominikmatt opened this issue Nov 26, 2014 · 0 comments

Comments

@dominikmatt
Copy link
Contributor

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));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant