Piotrek Koszuliński

Results 86 comments of Piotrek Koszuliński

**IMPORTANT:** Let's not try to fix new cases that we'll discover when working on this PR. Extract them and target separately.

I was always against dynamic config as it creates many problems: * Which properties should be dynamic? There are some which cannot be due to immense technical issues that that...

That could be one reason for having some of the configuration dynamic: ckeditor/ckeditor5-vue#125 (this, and the linked issue).

Merged #7278 into this issue. There are some more use cases listed.

> * First question to answer: Why is this needed on non-Android browsers? We figured out that we were triaging many tickets, also non-Android ones, on the Android PoC which...

Renderer-related problems: * It's too complex. The implementation was never reviewed and cleaned up. * We perform superfluous DOM changes in the above mentioned workflows. * We have no control...

@ckeditor/qa-team Is it reproducible on the latest IME branches?

Thanks for the details. I think it gives us a very good reference point to start working on better compatibility with Word, Excel or GDocs. I don't see us working...

> From what I can understand in the image plugin code only url and alt and styles are setable on the image bloc object. It also can also set the...

We've just released image resizing. You can see it live in nightly docs https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/features/image.html#resizing-images. Official docs will be updated later on today.