Browsers checked: Chrome
Steps to reproduce:
foo and bar,Results:
Uncaught CKEditorError: move-operation-nodes-do-not-exist: The nodes which should be moved do not exist.
selectionchange-infinite-loop: Selection change observer detected an infinite rendering loop. undefined
I think that this test doesn't support Fn+delete (so forward delete). Looking at its code, it was only supposed to support backspace (which on some Macs is named "delete"). I'll fix the description.
I used Fn+Delete, because the backspace key was doing nothing.
Yeah, you're right. I've just checked the key codes precisely.
But this test is not supposed to work at the end of blocks – it's not what it checks. But this must be clarified, so I'll fix the test decription or use some feature to replace those mock.
I removed the whole test. It didn't make sense here, duplicating a lot of code which features introduce. Instead, I'll add simple manual tests for features which don't have them.