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

TinyMCE Editor not working with Google Meterial Light framwork #2395

Closed
TinyMCE-User opened this issue Sep 12, 2015 · 3 comments
Closed

TinyMCE Editor not working with Google Meterial Light framwork #2395

TinyMCE-User opened this issue Sep 12, 2015 · 3 comments

Comments

@TinyMCE-User
Copy link

When TinyMCE using with GOogle Meterial Design Light (http://www.getmdl.io/) Layout. TinyMCE stop responding.

Legacy information imported from TinyMCE bug tracker:

#T7686 posted by nmondal28

Tags: [firefox msie safari chrome]
Status: Verified
Resolution: Later
Attached URL: http://fiddle.tinymce.com/GZeaab

@TinyMCE-User
Copy link
Author

This seems to be a know issue:
google/material-design-lite#1369

Posted by spocke

@fkhadra
Copy link

fkhadra commented Dec 30, 2015

Hi,
This is my workaround for the moment, can be useful for others widget that conflict with mdl-js-layout

document.addEventListener('mdl-componentupgraded', function(e){
  //In case other element are upgraded before the layout  
  if (typeof e.target.MaterialLayout !== 'undefined') {
    tinymce.init({
      selector: 'textarea'
    });
  }
});

Maybe it will be safer to check first that the layout is correctly updated before initialize TinyMce

@fyrkant
Copy link

fyrkant commented May 26, 2017

I am closing this issue due to old age.

If you still have this issue in the latest version of TinyMCE please open up a new issue or leave a comment here.

@fyrkant fyrkant closed this as completed May 26, 2017
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

4 participants