r92040 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92039‎ | r92040 | r92041 >
Date:00:51, 13 July 2011
Author:inez
Status:deferred
Tags:
Comment:
Fix bug - issue with typing very fast
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Surface.js
@@ -128,7 +128,7 @@
129129 if ( val.length > 0 ) {
130130 var location = surface.getLocation();
131131 location.block.insertContent( location.offset, val.split(''));
132 - location.offset++;
 132+ location.offset += val.length;
133133 }
134134 }, 0, this );
135135 break;

Status & tagging log