Toolbar and tooltips get cropped when the editor is wrapped in a narrow container #10939
Labels
package:ui
resolution:expired
This issue was closed due to lack of feedback.
squad:core
Issue to be handled by the Core team.
status:stale
type:bug
This issue reports a buggy (incorrect) behavior.
📝 Provide detailed reproduction steps (if any)
When you place CKEditor in a narrow container with overflow auto or hidden, its toolbar and tooltips get cropped.
I have created a jsfiddle that demonstrates the issue: https://jsfiddle.net/gfox1984/9nz0aqvL/
✔️ Expected result
The tooltip and toolbar should either display above the container (so they are not cropped) or they should wrap in the available space.
❌ Actual result
Tooltips are cropped:
Toolbar is cropped:
❓ Possible solution
Handle the toolbar and tooltips the same as the image toolbar for instance:
Or wrap the toolbar on several lines, as in #8553 (but within the overflow container, rather than within the window)
📃 Other details
Tested with:
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: