Aleksander Nowodzinski

Results 105 comments of Aleksander Nowodzinski

> 2\. The problem with the toolbar might be more broad. I tested some other demos with CKBox image editing enabled, and the results were the same. It may be...

@Tsegaye I assume that you meant "center" when you wrote "left"? Because the center alignment behaves the way you mentioned: there are no inline styles applied and we solely rely...

It works the same in all envs/browsers. In this particular case, the grouped items drop-drown hosts a two-line (wrapped) toolbar and that's why the tooltip belonging to the first line...

> actually, you can feel free to ignore my comment, I figured out another way to do it. Thanks! @aliceriot What did you come up with? What does it work...

> In order to not break the undo manager, the idea could be to use a chain of :nth-child() in an automatically generated stylesheet. It was what I also thought...

> It opens the OS's text editor so you can type the merge message. Like for each merge in the constellation? Because usually, the messages are different across the packages...

There are 4 places where this class should be set: * on the outermost element of the classic editor UI * on the editing root  * mostly for inline, block,...

As I wrote in the PR [https://github.com/ckeditor/ckeditor5/pull/9540#issuecomment-836325661,](https://github.com/ckeditor/ckeditor5/pull/9540#issuecomment-836325661,) let's keep this issue open and see how popular this is.

I think we should make this body collection DOM container public. I remember several use cases where developers need to access it: * to add a class there,  * to...

The topic is related to: * https://github.com/ckeditor/ckeditor5-design/issues/149 – my initial idea was that in fact "mobile editing ~= distraction-free editing" but soon we found out the fullscreen API is not...