Brian Riley

Results 113 comments of Brian Riley

yes, good catch. That is far too generic and I can confirm that its doing this on other pages that have multiple tinymce editors. Instead of using `iframe.closest('form').find('label');` Maybe something...

Another option would be to perhaps use this: https://www.tiny.cloud/docs-4x/api/tinymce.ui/tinymce.ui.label/ That may mean passing the label into the `init` function.

the above scenario may be related to #2898

Yes. I'm surprised no one has reported this issue so far. We might be able to make use of the methods in the 'Versionable' concern (which is already included on...

Yes, this was added due to user's missing the Save button on the left. It is not optimal. related to #2945, #1166 and #2589 which involve a rethinking of how...

We use a TinyMCE plugin called 'paste' that strips out all of the formatting information that usually gets embedded in the text a user copies from MS Word and other...

Hi @nicolasfranck. This just came up in a conversation we had yesterday. We will be doing some reorganization of the plan tabs in the near future. The 'project contributors' and...

Thanks for confirming this @benjaminfaure

For the Bootstrap upgrade, we can probably refer to official guide (https://getbootstrap.com/docs/5.0/migration/) and (https://getbootstrap.com/docs/4.0/migration/) for the possible broken points We should upgrade incrementally. For example upgrade to 4.x first and...