mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
ace27b159b
Symptoms: * When adding a transclusion part that already exists, if the item is being moved to the right it will inserted at a position one place too far Diagnoses: * When an index is provided with an item in a queue given to TransclusionModel's process method, the part is automatically removed, but the index, if given, is never adjusted accordingly Prognosis: * Cautiously optimistic Treatment: * Decrement the insertion index, if given and after the existing index Change-Id: If321df8f63dae07c76663e76e14864e2f4518920 |
||
---|---|---|
.. | ||
ve.dm.MWTemplateModel.js | ||
ve.dm.MWTemplateParameterModel.js | ||
ve.dm.MWTemplatePlaceholderModel.js | ||
ve.dm.MWTemplateSpecModel.js | ||
ve.dm.MWTransclusionContentModel.js | ||
ve.dm.MWTransclusionModel.js | ||
ve.dm.MWTransclusionPartModel.js |