mediawiki-extensions-Visual.../modules/ve2/dm
Trevor Parscal 5aa6f4b342 Fix bug in fixupInsertion()
When a text node was closed (either by encountering a non-text node or by reaching the end of the document), the fixupStack would not be processed. This led to attributes being dropped when nodes were split because of text being inserted into them

Change-Id: I41f6d20e0c1bfc8d8689b7e6325e724dd8156ab1
2012-06-08 12:23:58 -07:00
..
annotations Fix typo in LinkAnnotation 2012-06-07 21:16:55 -07:00
nodes Cleaned up some useless/unused functions 2012-06-07 15:02:40 -07:00
ve.dm.Annotation.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.AnnotationFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.BranchNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Converter.js Finish implementing ve.dm.Converter and document it 2012-06-07 21:58:56 -07:00
ve.dm.Document.js Fix bug in fixupInsertion() 2012-06-08 12:23:58 -07:00
ve.dm.DocumentSynchronizer.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.HTMLConverter.js Shallow-copy annotation objects in HTMLConverter 2012-06-06 12:21:01 -07:00
ve.dm.js Cleaned up some useless/unused functions 2012-06-07 15:02:40 -07:00
ve.dm.LeafNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Node.js Factor out element cloning into a getClonedElement() function 2012-06-07 13:17:57 -07:00
ve.dm.NodeFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Surface.js Undo and Redo support 2012-06-06 20:28:06 -07:00
ve.dm.Transaction.js Rewrite newFromRemoval() using 'covered' mode 2012-06-06 11:47:35 -07:00
ve.dm.TransactionProcessor.js Maintain a transaction-wide offset adjustment 2012-06-06 15:34:55 -07:00