mediawiki-extensions-Visual.../modules/ve2/dm
Catrope 59f74de3b8 Fix bug causing replacement tree sync to adjust the wrong node
The tree sync for content replacements was adjusting the parent of the
text node affected, rather than the text node itself. This was because
it called getNodeFromOffset(), which returns branch nodes. Switched it
to use selectNodes() in leaves mode

Change-Id: I50a9be18151a1b75815ab19b787b16b6be385bf9
2012-05-14 21:42:53 -07:00
..
nodes Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.BranchNode.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.Document.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.DocumentFragment.js Removed more trailing whitespace in multi-line comment blocks 2012-05-14 17:16:30 -07:00
ve.dm.DocumentSynchronizer.js Removed more trailing whitespace in multi-line comment blocks 2012-05-14 17:16:30 -07:00
ve.dm.HTMLConverter.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.LeafNode.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.Node.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.NodeFactory.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.Surface.js Fixes for Roan's crazy half-baked commit 2012-05-04 16:13:54 -07:00
ve.dm.Transaction.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.dm.TransactionProcessor.js Fix bug causing replacement tree sync to adjust the wrong node 2012-05-14 21:42:53 -07:00