r112278 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112277‎ | r112278 | r112279 >
Date:00:32, 24 February 2012
Author:rmoen
Status:deferred
Tags:
Comment:
follow up to r112276, fixed bug which prevented word selection
Modified paths:
  • /trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js
@@ -380,6 +380,7 @@
381381 );
382382 this.mouse.selectedRange = selection.clone();
383383 }
 384+ this.resetText();
384385 }
385386
386387 var _this = this;
@@ -403,9 +404,6 @@
404405 } else {
405406 select();
406407 }
407 -
408 - //cancel input modes
409 - this.resetText();
410408 //end ime
411409 this.$input.blur();
412410 this.$input.focus();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112276Fixed bug when moving cursor with click. Calling showCursor after input rega...rmoen00:04, 24 February 2012

Status & tagging log