Krzysztof Krztoń

Results 89 comments of Krzysztof Krztoń

> However it is missing some information, like a favicon. But we have title, description, UTL and thumbnail - which is enough to create some meaningful media out of it....

First response (Spotify) and its `response.html` doesn't have a `script` tag: ```html ``` which means the final response shape will not be altered by script. The second one (`ckeditor.com`) have...

This issue is a little bit tricky as there are few different approaches how to solve this. We did some additional brainstorming with @engineering-this and there are few options. However,...

This issue is caused by the fact that `justify` plugin operates only [on block elements](https://github.com/ckeditor/ckeditor4/blob/ffd8a623e0e74cce75eed8876af920487f3b721c/plugins/justify/plugin.js#L67). The plugin itself uses `text-align` style for aligning elements content which doesn't work with inline...

@stalker780 please also remember that CKEditor 4 provides very flexible API so you can do a lot with it. In your case, you may simply use [`toHtml event`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-toHtml) to post-process...

Keep in mind that it also requires changes in build/publishing script used for online builder (and `ckeditor4-docs` probably?).

> This bugs seems to be fixed with version 4.11.4. Let's recheck if it's already fixed.

I think this is the same issue which was mentioned during #835 review (see https://github.com/ckeditor/ckeditor4/pull/3257#pullrequestreview-280849505) regarding the same tests failing on Edge: ![image](https://user-images.githubusercontent.com/1061942/65055106-e4d05800-d96e-11e9-8219-c502ba1fe52c.png)