mediawiki-extensions-Visual.../tests
Catrope 2f18605a1a Fix buggy replace behavior when inserting content that contains nodes
Copy-pasting things like "text<IMAGE>moretext" failed spectacularly,
this commit fixes that.

* Check for content rather than structure in the inserted/removed data
* In the content case
** Run selectNodes() over the removal range, rather than just the cursor
*** i.e. no longer assume that content replacements only affect one node
** If there is structure involved, rebuild all affected nodes

Change-Id: I80e40b5b7c514a3fb105d57e4a17770d0fefaaea
2012-05-31 07:27:36 -07:00
..
parser Round-trip nowiki 2012-05-21 18:06:09 +02:00
ve Add and update an offset map in DocumentNode 2012-04-13 16:46:02 -07:00
ve2 Fix buggy replace behavior when inserting content that contains nodes 2012-05-31 07:27:36 -07:00