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

Change subject: Stop floated transclusions floating out of themselves
......................................................................


Stop floated transclusions floating out of themselves

This is done by setting renderHtmlAttributes to false, for both block
and inline transclusions.

Bug: 49925
Change-Id: I975cf1de3b273a5189e6edf7db937c4388fa4fbe
---
M modules/ve/ce/nodes/ve.ce.MWTransclusionNode.js
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/modules/ve/ce/nodes/ve.ce.MWTransclusionNode.js 
b/modules/ve/ce/nodes/ve.ce.MWTransclusionNode.js
index 1fe9848..07941d8 100644
--- a/modules/ve/ce/nodes/ve.ce.MWTransclusionNode.js
+++ b/modules/ve/ce/nodes/ve.ce.MWTransclusionNode.js
@@ -48,6 +48,8 @@
 
 ve.ce.MWTransclusionNode.static.name = 'mwTransclusion';
 
+ve.ce.MWTransclusionNode.static.renderHtmlAttributes = false;
+
 /* Methods */
 
 ve.ce.MWTransclusionNode.prototype.generateContents = function () {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I975cf1de3b273a5189e6edf7db937c4388fa4fbe
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Inez <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to