tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
214 stars 133 forks source link

Bootstrap modal in partial #84

Open TranqTech opened 6 years ago

TranqTech commented 6 years ago

Ckeditor does not init properly when placed in a bootstrap modal within a partial as soon as modal has been closed or the partial replaced. Editor shows up, but text area blank and cannot interact with it. Menus appear to work. Have tried with and without turbolinks coffeescript, and with and without js init within the modal. Any insight welcome.