jenkins-bot has submitted this change and it was merged.

Change subject: Attach resize handles to $localOverlay
......................................................................


Attach resize handles to $localOverlay

Because that's where they should be.

Change-Id: I2dc0c1511f459fea6bf7db86eff9a55c07dd911b
---
M modules/ve/ce/ve.ce.ResizableNode.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ve/ce/ve.ce.ResizableNode.js 
b/modules/ve/ce/ve.ce.ResizableNode.js
index a948245..86d9575 100644
--- a/modules/ve/ce/ve.ce.ResizableNode.js
+++ b/modules/ve/ce/ve.ce.ResizableNode.js
@@ -58,7 +58,7 @@
                        'top': offset.top,
                        'left': offset.left
                } )
-               .appendTo( $( 'body' ) );
+               .appendTo( this.root.getSurface().getSurface().$localOverlay );
 
        this.$resizeHandles
                .find('.ve-ce-resizableNode-neHandle').css( {

-- 
To view, visit https://gerrit.wikimedia.org/r/65335
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2dc0c1511f459fea6bf7db86eff9a55c07dd911b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to