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 @@
381
381
);
382
382
this.mouse.selectedRange = selection.clone();
383
383
}
384
+ this.resetText();
384
385
}
385
386
386
387
var _this = this;
—
—
@@ -403,9 +404,6 @@
404
405
} else {
405
406
select();
406
407
}
407
-
408
- //cancel input modes
409
- this.resetText();
410
408
//end ime
411
409
this.$input.blur();
412
410
this.$input.focus();
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112276
Fixed bug when moving cursor with click. Calling showCursor after input rega...
rmoen
00:04, 24 February 2012
Status & tagging log
16:37, 28 February 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r112278
[
removed:
new
added:
deferred]