Tomasz Jakut

Results 89 comments of Tomasz Jakut

Seems like Iframe.ly has _new feature_: support for OpenGraph Protocol → https://iframely.com/embed/https%3A%2F%2Fwww.comandeer.pl%2F

This is more general issue, connected with nearly all HTML elements, not only inline widgets. It occurs in several places: * `editor.insertHtml` calls; * `toDataFormat` event; * manually passing HTML...

I can confirm the issue. However, it seems to be caused by the fact that resize handlers' positions are not refreshed after scroll: https://user-images.githubusercontent.com/1078728/133621786-88d1f4c1-a444-4161-9bc7-12df947455b7.mov After scrolling the handler for the...

~~After some more research I discovered that it's not strictly connected with the scrolling but more with the fact that the table is inside an element with the `position: relative`...

This change is connected with the introduction of the [paste filter](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-pasteFilter) in CKEditor 4.5.0. By default, this filter removes some of the styling in Safari and Chromium-based browsers as they...

I can confirm that the issue occurs in Chromium-based browsers. In Safari it' slightly different – the cursor does not jump back to the first line, but there are still...

If you have CKEditor license, please [contact our support team](https://support.ckeditor.com/hc/en-us/requests/new).

There is no way to do it currently (the only way that I can think of is to modify the dialog on the fly via [`dialogDefinition`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#event-dialogDefinition) event; but I'm not...