ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.27k stars 3.59k forks source link

Classic editor toolbar overflow renders partially off screen when in table with fixed layout #16245

Open lnmp4000 opened 3 weeks ago

lnmp4000 commented 3 weeks ago

image

📝 Provide detailed reproduction steps (if any)

Code sandbox to reproduce the issue can be found here...

  1. … Within a table with css style table-layout: fixed; reduce screen size so toolbar elements hidden to menu.
  2. … In left most editor, expand menu
  3. … Observe that the expanded menu renders with the menu cut off against the left side of the screen.

✔️ Expected result

The menu should either wrap, or re-position itself, so the left hand side of the menu never renders beyond the left hand side of the screen.

❌ Actual result

The menu left hand side of the menu renders off the screen.

📃 Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.