Last modified: 2012-07-02 22:19:33 UTC
* Move cursor to last line of the page. * Delete till all subsequent empty lines are removed. * The next delete will remove the first character of the line and subsequent deletes delete larger chunks of text.
Confirmed. When I press delete to remove the last character of the last line, I get: ---- Uncaught TypeError: Cannot read property 'node' of undefined ve.ce.Surface.js:847 ve.ce.Surface.showSelection ve.ce.Surface.js:847 ve.ce.Surface.onChange ve.ce.Surface.js:588 jQuery.extend.proxy.proxy load.php:816 ve.EventEmitter.emit ve.EventEmitter.js:33 ve.dm.Surface.change ve.dm.Surface.js:88 ve.ce.Surface.handleDelete ve.ce.Surface.js:753 ve.ce.Surface.onKeyDown ve.ce.Surface.js:194 jQuery.extend.proxy.proxy load.php:816 jQuery.event.dispatch load.php:3332 jQuery.event.add.elemData.handle.eventHandle ---- using Google Chrome 19.0.1084.56 on https://www.mediawiki.org/wiki/VisualEditor:Sandbox?debug=1 Then, the cursor jumps to the beginning of the line. Subsequent delete will start removing the first characters.
Is this bug related to bug 37813?
Mass-moving items into VisualEditor product
Yep, this is a duplicate of 37813, which is now fixed. *** This bug has been marked as a duplicate of bug 37813 ***