Catrope has uploaded a new change for review. Change subject: (bug 41947) Propagate change markers when unwrapping generated nodes ......................................................................
(bug 41947) Propagate change markers when unwrapping generated nodes Editing the text of a list item results in a change marker on the paragraph within that list item. However, that paragraph usually isn't present in the HTML, so the converter unwraps it when converting back to HTML, and the change markers are lost. Instead, transfer the change markers to the <li>. Change-Id: Id675075d19c08d69bc8e990174841dc393b749fc --- M modules/ve/dm/ve.dm.Converter.js M modules/ve/test/dm/ve.dm.example.js 2 files changed, 41 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/40/33840/1 -- To view, visit https://gerrit.wikimedia.org/r/33840 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id675075d19c08d69bc8e990174841dc393b749fc Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Catrope <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
