Kajetan Litwinowicz
Kajetan Litwinowicz
Few words from me. When trying to execute script in sandbox biggest issue was how to detect when script fully executes. Waiting for script onload, and adding timeout wasn't sufficient,...
The biggest challenge is to not have content rendered again when: - going to source mode and back to wysiwyg - undo/redo - copy/paste I managed to do it all,...
☝️ Ad.2 Apparently this leads to more upstream (browser) issues with current implementation. 1. Open https://ckeditor.com/ckeditor-4/demo/ in MS Edge. 1. Open dev console. 1. Paste https://placekitten.com/g/200/300 into editor. 1. Press...
>Also could you elaborate a little more on why we need catching here (for undo, clipboard and get/set data) so we can get broader context on this solution comparing to...
Extracted from https://github.com/ckeditor/ckeditor-dev/issues/2517#issuecomment-481192985
Hi there. This issue is upstream as I could reproduce it without CKEditor. [Webkit issue](https://bugs.webkit.org/show_bug.cgi?id=184178) I understand that it makes our editor very hard to use on iOS we will...
>Does this issue exist in CKEditor 5 since it's not using contentEditable? This issue shouldn't be reproducible in CKEditor 5 because it doesn't use iframe. CKEditor 4 with `divarea` works...
Actually this case is a bit more complicated. Allowing dragging block widgets into table cell is simple, it can be achieved by adding ``` if ( el.getName() in { td:...
We insert `response.html` into editor, which contains two things. First is the placeholder - a preview, in some cases it looks very close to what final content would look like,...
Initially I didn't investigate it carefully enough and took some assumptions. Img which I thought that is a preview of content is actually just our overlay which prevents interactivity of...