Mateusz Bagiński
Mateusz Bagiński
@f1ames That's the same issue. I suspect that Chrome is not firing the selection change event properly after focusing editable that contains block element. So we have focus but there...
@Witoso It looks like it's block element and:  become:  Because `page-break` class and `page-break-after:always;` style that are stored in GHS attribute are removed
@Witoso I'm not sure, it looks like different issue. @niegowski what do you think?
It turns out that there are many leftovers after consumption of model elements, and it needs to be fixed. It was causing the issue with `page-break`. For example:  
@niegowski Can you take a look? At this moment we remove every class and style assigned via GHS. Should we focus on making it configurable? /cc @Witoso
@niegowski I fixed these issues, can you take a look?
Done in https://github.com/ckeditor/ckeditor5/pull/18753.
I added unit tests and opened new PR: https://github.com/ckeditor/ckeditor5/pull/16874
@cwills Looks like missing `ckeditor5` importmap entry. Consider switching to newer gem https://github.com/Mati365/ckeditor5-rails that supports it out of the box.
I checked this and confirm, it returns the wrong value. This error makes the panels appear in the wrong position when the optimal position cannot be found. I suggested a...