Marek Lewandowski

Results 122 comments of Marek Lewandowski

Just for the record, note that the `WidgetTypeAround` plugin can be disabled - which turns off the possibility to use type around. We need to make sure that information about...

I'll hesitantly add the intro label to this one 😄🤞

I see that this issue went from dynamic toolbar configuration to a generic dynamic configuration discussion. Last week as a part of CKE5 team workshops we played with making the...

For anyone looking at this issue in the future, here's what GDocs puts in text/html clipboard mime type with such table copied: ![](https://user-images.githubusercontent.com/5353898/183897122-c1538d78-a681-4bfc-a7f1-1f37492e2379.png) HTML: ```html ```

There's a curious thing in how we handle grids as _some_ of them have not predefined columns. For example, list styles have responsive grid, based only on CSS. However font...

As far as the implementation goes we might consider doing it as a helper rather than making this feature a UI component class. An example of such composition-based approach is...

_Edit: Extracted to #12224_ \- let's keep this epic focused on keyboard only. We focused exclusively on keyboard handling so far - but we need to remember that semantical markup...

That's right. Putting big pictures as base64 encoded images definitely impacts the performance.

@Mgsy @FilipTokarski @Acrophost please check whether this issue also solves #12186 - because there's a good chance it does. (in this case please update PR so that it closes both...

Shouldn't we extract [https://github.com/ckeditor/ckeditor5/issues/12178#issuecomment-1205261084](https://github.com/ckeditor/ckeditor5/issues/12178#issuecomment-1205261084) to a separate issue? As [Darek explained](https://github.com/ckeditor/ckeditor5/issues/12178#issuecomment-1205359112) there's no explicit focus change in the current implementation.