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 @@
1075
1075
} ).show();
1076
1076
this.$input.css({
1077
1077
'top': position.top,
1078
+ 'left': position.left,
1078
1079
'height': position.bottom - position.top
1079
1080
});
1080
1081
Status & tagging log
16:37, 28 February 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r112509
[
removed:
new
added:
deferred]