mediawiki-extensions-Visual.../modules
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
..
core Restrict edit access to VisualEditor namespace to sysops 2012-05-30 17:12:25 -07:00
jquery Add TransactionProcessor tests, and fix TP to make them pass 2012-04-30 19:06:20 -07:00
parser Merge "Round-trip nowiki" 2012-05-21 17:16:56 +00:00
qunit Updated QUnit 2012-03-09 21:50:24 +00:00
rangy svn:eol-style native 2012-02-10 16:57:02 +00:00
sandbox Make example demo document even more complicated 2012-05-24 20:49:29 -07:00
ve Focus can now be set in slugs using showCursor or showSelection. 2012-05-24 13:18:30 -07:00
ve2 Fix buggy replace behavior when inserting content that contains nodes 2012-05-31 07:27:36 -07:00