Alexandre Demode
Alexandre Demode
Hi You must use Trumbowyg API to ensure that content is loaded as expected. See documentation here: https://alex-d.github.io/Trumbowyg/documentation/#manage-content Hope it helps :)
I understand the fix, but I do not remember why it has been changed to the bottom of the body in the past :/
Ok, after finding out, it seems like the issue and PRs were: - https://github.com/Alex-D/Trumbowyg/issues/775 - https://github.com/Alex-D/Trumbowyg/pull/779 So, your solution is not working either since it results again in a form...
That could be nice! I do not think this needs an option; it can be the default :)
There is nothing to manage dropdown to the right of the button pane :/
That seems related to the resizing of the table. Did you try to set a manual width on each column and/or disable horizontal resizing? ```js plugins: { table: { allowHorizontalResize:...
Hi! Thank you for your PR :) What does this fix exactly? And how can I test the fix?
Oh, I've refactored this too hard ^^'
Outch, such an edge case here! It's because they are on the right, which is not a usage I had thought about. I cannot fix it, but feel free to...