spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
813 stars 256 forks source link

TinyMCE not Compatible w/ Material Design Lite #235

Open drmwndr opened 6 years ago

drmwndr commented 6 years ago

Looks like TinyMCE doesn't have any kind of friendship with material design lite. I'm using:

TinyMce

gem 'tinymce-rails' gem 'tinymce-rails-langs' gem 'tinymce-rails-imageupload', '~> 4.0.0.beta' gem 'paperclip'

Frontend

gem 'material_design_lite-rails', '~> 1.3' gem 'material_icons'

and after implement MDL, tinymce stoped working, it won't allow type any text. If i remove the div class mdl-js-layout it come back to work, but all other layout stuffs stop working. There's a patch or walkaround for it?

Thank you.