Szymon Cofalik

Results 77 comments of Szymon Cofalik

We should also try to make the separators look better. Right now it is like this: ![](https://github.com/ckeditor/ckeditor5/assets/1502228/16f1dc2a-6629-42e5-928d-1136dcd6569a) Separators + border makes it crowdy, it looks like a grid. Proposal: ![](https://github.com/ckeditor/ckeditor5/assets/1502228/f60de0cc-ba07-40c4-8413-7794fc8323d5)...

Adding screenshots of various builds, with various elements highlighted / focused to see how they look next to each other. I also zipped them: [separators.zip](https://github.com/user-attachments/files/15537103/separators.zip). AFAICS, image is the only...

I guess they would look fine, if image toolbars look fine? > BTW: Have you noticed the code snippet in tableToolbar API? 🙃 You mean that it is a bit......

They are 6 pixels smaller, they are the height of the icon. I want to keep these separators scalable, so I based them on icon size, which is based on...

Thanks for sharing your feedback. > What do you guys think of creating a feature for dynamically enable/disable some plugin without destroy `ckeditor` instance? This is very case-dependent. For most...

Thanks for sharing your case. I understand your problems. I have additional question. Why did you decide to display the content as an editor in read-only state instead of simply...

The comments issue (comments not possible to be interacted with) is certainly valid and we will track the need for solving it. @Reinmar already gave you a link that should...

@DeltekDavid I have two questions regarding your use case: 1. Why not simply show a styled document content (HTML) instead of initializing the editor in read-only mode? 2. Wouldn't it...

1. I see. You can use `ck-content` class on the content to some extend but the differences will be there, as the output HTML differs from the DOM structure inside...

> But what are the odds of enhancing RTC so that its connectivity can be controlled? Not on the roadmap currently, so probably not this year. Sorry :(. > Only...