r111409 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111408‎ | r111409 | r111410 >
Date:19:51, 13 February 2012
Author:christian
Status:deferred
Tags:
Comment:
Commenting out fake cursor for now, fixing paste binding
Modified paths:
  • /trunk/extensions/VisualEditor/modules/ve/ce/ve.es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/ve/ce/ve.es.Surface.js
@@ -35,11 +35,11 @@
3636 } );
3737
3838 this.$.mouseup( function( e ) {
39 - var selection = _this.getSelection();
40 - _this.showFakeCursorAt(selection.start);
 39+ //var selection = _this.getSelection();
 40+ //_this.showFakeCursorAt(selection.start);
4141 } );
4242
43 - this.$.paste( function( e ) {
 43+ this.$.on('paste', function( e ) {
4444 _this.onPaste( e );
4545 } );
4646

Status & tagging log