ckeditor / ckeditor5

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

[Safari] "ResizeObserver loop completed with undelivered notifications." #8153

Open niegowski opened 4 years ago

niegowski commented 4 years ago

📝 Provide detailed reproduction steps (if any)

  1. Goto http://127.0.0.1:8081/build/docs/ckeditor5/latest/examples/builds/inline-editor.html
  2. Click any of the editable boxes on the bottom
  3. Check dev tools console

✔️ Expected result

No error

❌ Actual result

error in console: ResizeObserver loop completed with undelivered notifications.

Some info about this error: https://webkit.org/blog/9997/resizeobserver-in-webkit/

📃 Other details


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

finnef commented 3 years ago

👍 happens in decoupled editor too

jesusdp commented 3 years ago

Same happen here with Safari 14.0.1 Mac OS: Big Sur CKEditor 5

CKEditorBot commented 1 year ago

There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

oatymart commented 11 months ago

This reproduces in Chrome 117, in CKEditor 34.2.0 with InlineEditor. Looks to be related to the width of the editor element - more likely to reproduce on a narrow (~200px) element with truncated toolbar.

The error fires when this editor gain focus, but seems to happen most reliably if document width has just been changed by a non-negligible amount (~20px or more).

Any news about this having been fixed in a later version?

Witoso commented 11 months ago

Still reproducible on Safari in the docs.

@oatymart couldn't reproduce in the latest v40 in Chrome and small width editors.