Open
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
11.5.0
Bug summary
Richtext editor are not sticky in classic mode - so the toolbar disapear when make longe text in the richtext editor
Specifics
No response
Steps to reproduce
Use the richtext editor -
- set the mode to classic on the datatype.
- try the rich editor and paste a large text
Addingthis to the config are not working or doing anything.
"RichTextEditor": { "CustomConfig": { "toolbar_sticky": true } }
Expected result / actual result
Like in Umbraco 8 (maybe 9) let the toolbar scroll down when writing a lon text.
Umbraco 11
Umbraco 8
Scrolled down

Adding this sould maybe make it work:
"RichTextEditor": { "CustomConfig": { "toolbar_sticky": true } }
This item has been added to our backlog AB#33388