r111021 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111020‎ | r111021 | r111022 >
Date:08:41, 9 February 2012
Author:christian
Status:deferred
Tags:
Comment:
removing beforepaste event for now. it was hyper
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
@@ -52,7 +52,7 @@
5353 }
5454
5555 })
56 - .on('beforepaste paste', function(event) {
 56+ .on('paste', function(event) {
5757 var insertionPoint = _this.getSelection().start;
5858
5959 $('#paste').html('').show().css('top', $(window).scrollTop()).css('left', $(window).scrollLeft()).focus();

Status & tagging log