editor: fix cursor out of text node handling Chrome hack
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sat, 14 Dec 2013 14:47:58 +0000 (15:47 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 15 Dec 2013 21:32:51 +0000 (22:32 +0100)
commitb823623776a1b3e1aee97fe071a3fc7a39ea35f3
tree41a65c8628f58f98efa94598709b7c257d3a301c
parente5b71883b5c32bd8ad797eeea9da2c7eaa5b741e
editor: fix cursor out of text node handling Chrome hack

The case where there were no more text nodes above/below was
not handled correctly. Now, if that happens, we revert in the
opposite direction, ideally to place where we started.

This might be better handled at the keydown phase.
src/editor/modules/documentCanvas/canvas/keyboard.js