mediawiki-extensions-Visual.../modules/ve2
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
..
ce Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
dm Fix bug causing replacement tree sync to adjust the wrong node 2012-05-14 21:42:53 -07:00
ve.BranchNode.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Document.js Fix bug in selectNodes: input (0,0) returned [] 2012-05-14 21:41:08 -07:00
ve.EventEmitter.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.LeafNode.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Node.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.NodeFactory.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Position.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Range.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Surface.js Basic support for Alien node in HTMLDom -> LinMod converter 2012-05-09 23:04:57 -07:00