Text editing of items is currently broken with following issues -
-
Pasting a text item from the clipboard, automatically pushes the cursor towards the end of the list item. Normal text editing behaviour is that the cursor should, after the paste operation, be placed at the end of the pasted text.
This causes un-necessary key strokes to go back to the position where editing was going and a pain when editing big items. -
Undo (Ctrl+Z) while editing a text in a list item does not work. Normal text editing behaviour from Operating System and most text editing applications (including the browser text-area) is that Ctrl+Z undoes the last editing. This does not work and Ctrl+Z does nothing.
I think the above bugs are introduced after the brace matching functionality was developed.