mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
f6ba399137
ve.dm.MWExtensionNode#toDataElement calls storeGeneratedContents() which prepopulates the cache, but because it was being called with the wrong context, this.name was null and so the key we were storing it under was different from the key we'd later be looking for. Fixed by ensuring ve.dm.MWAlienExtensionNode#toDataElement preserves context when calling its parent. Our static context hacks are tricky. Change-Id: If859d861453067d7656a33a1767f6efc7bd9d323 |
||
---|---|---|
.. | ||
ve.dm.MWAlienExtensionNode.js | ||
ve.dm.MWBlockImageNode.js | ||
ve.dm.MWEntityNode.js | ||
ve.dm.MWExtensionNode.js | ||
ve.dm.MWGalleryNode.js | ||
ve.dm.MWHeadingNode.js | ||
ve.dm.MWImageCaptionNode.js | ||
ve.dm.MWImageNode.js | ||
ve.dm.MWInlineImageNode.js | ||
ve.dm.MWMagicLinkNode.js | ||
ve.dm.MWNumberedExternalLinkNode.js | ||
ve.dm.MWPreformattedNode.js | ||
ve.dm.MWSignatureNode.js | ||
ve.dm.MWTableNode.js | ||
ve.dm.MWTransclusionNode.js |