toolbar_sticky custom config not working in tinymce
Has anyone got the sticky toolbar working in Umbraco 12 for the TinyMCE editor? According to the tinymce docs, set toolbar_sticky to true, but it doesn't appear to have any effect. So if I have a long chunk of text in the editor and scroll down, the toolbar still disappears off the top of the screen.
So my appsettings.json contains the following within Umbraco.Cms.RichTextEditor:
toolbar_sticky custom config not working in tinymce
Has anyone got the sticky toolbar working in Umbraco 12 for the TinyMCE editor? According to the tinymce docs, set toolbar_sticky to true, but it doesn't appear to have any effect. So if I have a long chunk of text in the editor and scroll down, the toolbar still disappears off the top of the screen.
So my appsettings.json contains the following within Umbraco.Cms.RichTextEditor:
try
"toolbar_sticky": true
I'm also getting this problem and tried the above but it didn't work as it is expecting a string value. Is anyone else experiencing this?
what version of Umbraco are you using?
Currently on V12.1.2
Did you solve this? I'm also trying to make the toolbar of the rich text editor sticky with no success :(
It's a reported bug: https://github.com/umbraco/Umbraco-CMS/issues/14911
Sadly not fixed in the 13.2.0 release. Have opened the ticket again
is working on a reply...