-
Notifications
You must be signed in to change notification settings - Fork 8
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
TinyMCE popups break globally on 3.1.8 #13
Comments
So far I can't seem to reproduce this. Can you give me some example code that's not working for you? |
@Tangdongle - it might be because the code I provided you with changes the body class of the editor, perhaps try removing the line |
Using this config: And with this set on the editor: And with a 'simple' HTMLEditorField and SS' default Content HTMLEditorField on the same tab. |
A bit of experimenting tells me the problem seems to be I'll look into it further but as a quick fix this seems to work: $simpleConfig = CustomHtmlEditorConfig::copy('simple', 'cms'); I suspect the problem is that initialising a blank config (even with |
When adding a new config and setting on an HTMLEditorField, popups cease to function on the default HTMLEditorField. This includes, Link, HTML Editor, Special Character Editor and the Table button.
The text was updated successfully, but these errors were encountered: