mediawiki-extensions-Visual.../modules/ve/dm
Catrope 045b597253 Fix the "list of US Presidents" bug
I noticed this bug on [[List of Presidents of the United States]]. When
there's HTML that looks like "<td>Foo\n<meta/></td>", the converter will
collect the newline in wrappedWhitespace, then attempt to splice it out
and store it in internal data. But instead, it ends up splicing out the
/metaBlock element, which causes strange unbalanced input, which causes
an empty table in the node tree.

Change-Id: I79ed2fa9a834cc42759c7d21250d8842f563d38f
2012-12-11 11:23:31 -08:00
..
annotations (bug 42298) Handle URL encoding in MWInternalLinkAnnotation 2012-12-07 12:34:17 -08:00
nodes (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.Annotation.js Only apply HTML attributes to DOM nodes that are "safe" 2012-11-27 14:34:29 -08:00
ve.dm.AnnotationFactory.js Standards: Fix global variables and pass JSHint. 2012-10-23 00:53:48 +02:00
ve.dm.BranchNode.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Converter.js Fix the "list of US Presidents" bug 2012-12-11 11:23:31 -08:00
ve.dm.Document.js (bug 42925) Inspector doesn't open properly 2012-12-10 16:48:13 -08:00
ve.dm.DocumentSlice.js Fix typo'ed documentation issue with gerrit change 38009 2012-12-10 18:34:37 -08:00
ve.dm.DocumentSynchronizer.js DocumentSynchronizer fix and cleanup 2012-10-25 11:02:58 -07:00
ve.dm.js New annotation API: Annotation and AnnotationFactory classes 2012-10-12 15:07:02 -07:00
ve.dm.LeafNode.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Node.js Fix rebase artefact in ve.dm.Node.getAttributes() 2012-11-28 11:20:54 -08:00
ve.dm.NodeFactory.js (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.Surface.js (bug 42925) Inspector doesn't open properly 2012-12-10 16:48:13 -08:00
ve.dm.SurfaceFragment.js (bug 42925) Inspector doesn't open properly 2012-12-10 16:48:13 -08:00
ve.dm.Transaction.js Static composition of 'can' and 'not', may improve performance slightly 2012-12-07 13:38:00 -08:00
ve.dm.TransactionProcessor.js Static composition of 'can' and 'not', may improve performance slightly 2012-12-07 13:38:00 -08:00