- In VE, click on a map and Ctrl+C
- click right after the map, and Ctrl+V
- You should see two identical maps (you can edit the second one if you want)
- Save
- Observe that the second map dissappeared
Description
Description
Details
Details
Related Gerrit Patches:
mediawiki/extensions/VisualEditor : master | Fix transclusion node cloneElement method |
Related Objects
Related Objects
Event Timeline
Comment Actions
This is because the 'about' attribute is also copied. Parsoid uses this to ignore siblings which are just part of the rendering. We fixed this for templates, but not extensions...
Comment Actions
Change 268966 had a related patch set uploaded (by Esanders):
Fix transclusion node cloneElement method
Comment Actions
or at least we did fix it for templates. Turns our you found a one year old regression: T126169