mediawiki-extensions-Visual.../modules/ve/test
Roan Kattouw f9e698db22 Don't drop annotated comments in wrappers
HTML like <td><span>Foo<!--bar--></span></td> would lose the comment
when converting to linmod, and so we'd drop the comment when converting
back to HTML.

This happened because we were queueing up meta items to possibly move
them and their whitespace out of the wrapper paragraph even if we were
inside of an annotation and there was no way we could move things out
at all. The fix is simply to detect these case and not queue up meta
items in that case.

[12:11]	marktraceur	Let the comments hit the floor, let the comments hit the floor
[12:11]	marktraceur	(to the tune of the Drowning Pool "Let the Bodies Hit the Floor")

Bug: 50071
Change-Id: I5a844e2e0655bc1db152b3805718324ca0bb04df
2013-06-25 12:38:17 -07:00
..
ce Code style fix: (X) -> ( X ) 2013-06-24 18:51:59 +01:00
dm Don't drop annotated comments in wrappers 2013-06-25 12:38:17 -07:00
init mw.ViewPageTarget: Blacklist IE9/IE10 until blocking issues are resolved 2013-06-23 17:04:44 -07:00
ui Treat acronyms like words in camel case names 2013-05-28 12:51:41 +00:00
example.png
index.php Update initialisation scripts for demo, test 2013-06-20 22:10:57 +00:00
ve.BranchNode.test.js
ve.Document.test.js
ve.Element.test.js ve.Element: Add unit tests 2013-05-21 19:18:46 +02:00
ve.Factory.test.js
ve.LeafNode.test.js
ve.Node.test.js Store DM nodes in InternalList 2013-06-03 22:10:07 +01:00
ve.qunit.js ve.ce.Document: Introduce getRelativeRange method 2013-06-05 13:10:38 +01:00
ve.Range.test.js
ve.test.js Code style fix: (X) -> ( X ) 2013-06-24 18:51:59 +01:00