r112509 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112508‎ | r112509 | r112510 >
Date:19:44, 27 February 2012
Author:rmoen
Status:deferred
Tags:
Comment:
added a left positioning to input to properly position ime context menu
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
@@ -1074,6 +1074,7 @@
10751075 } ).show();
10761076 this.$input.css({
10771077 'top': position.top,
 1078+ 'left': position.left,
10781079 'height': position.bottom - position.top
10791080 });
10801081

Status & tagging log