spohlenz / tinymce-rails

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

Multiple toolbars are merged into a single bar #256

Closed solomous closed 5 years ago

solomous commented 5 years ago

E.g. the following results in a single merged bar.

toolbar:

(same if you use toolbar1, toolbar2 etc)

Screen Shot 2019-05-06 at 12 48 40 pm

spohlenz commented 5 years ago

It looks like this was an intentional upstream change. See https://github.com/tinymce/tinymce/issues/4819 for the issue report and some potential workarounds.