Piotrek Koszuliński

Results 86 comments of Piotrek Koszuliński

The Editing Taskforce's main goals right now is to open the contentEditable black box with a lower-level or simply more granular APIs for building RTEs. That's driven mainly by requirements...

You can easily build CKEditor without minifying source using https://github.com/ckeditor/ckeditor-presets or the builder in https://github.com/ckeditor/ckeditor-dev passing `--leave-js-unminified` to the build script. Additionally, as you mentioned, you can change repository to...

> git submodule update --init > git checkout 4.4.6 Switch the order. First you should check the branch out, then you can update submodules.

> As #editable is the limiter, there's no way to move the body collection containing the panel inside of it, so the panel gets cropped by the overflow of the...

Besides, there's one more important problem – the scrolling is captured and blocked by the balloon which makes for a terrible UX. I don't think that it's easy to workaround.

I showed it to you live ;) If you keep the mouse over the balloon the page won't scroll. This was, actually, quite surprising because I didn't know that you...

Apparently SwiftKeyboard gets stuck in the composition mode and forget to fire `compositionend`. Ideas: * Turn off the isComposing flag when we create a fake selection (we are 100% sure...

This is awesome news :) I haven't thought about this side-effect of our recent changes.