You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for taking so long to check this out. I can reproduce this, however I believe the problem is in tinymce itself, and I haven't been able to successfully work around it so far.
Dropdowns on the tinymce editor appear to be broken until after a hard page refresh when coming from a
turbolinks:load
event.I have tried removing any editors with the
tinymce.remove()
call as well as making sure to only initialize editors that appear on the page.To me it looks as if the html that get's appended to the body is only loaded after a refresh.
I am using Rails
5.2.3
, tubolinks5.2.0
, and tinymce-rails5.0.5
.To initialize my editors, I use the following code:
The text was updated successfully, but these errors were encountered: