mediawiki-extensions-Visual.../modules/ve/ce
Catrope f5bdf9d4f9 Fix JS error for inline aliens
The error occurred after pressing backspace in a paragraph that
contained an alienInline node (or other inline node). It happened
because ve.ce.BranchNode.clean() called this.$.empty(), which destroyed
all element data in the paragraph's children, including the
.data('node') property which associates the DOM node with the CE tree
node. Use .detach() instead.

Change-Id: I563c936a706a1d1711e6333404c6ca8e6ebf8eeb
2012-08-17 15:36:20 -07:00
..
nodes SimpleWikiLink is no longer used by Parsoid, remove it from VE 2012-08-13 18:05:10 -07:00
styles Added support for apex skin 2012-08-15 16:35:52 -07:00
ve.ce.BranchNode.js Fix JS error for inline aliens 2012-08-17 15:36:20 -07:00
ve.ce.Document.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.LeafNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.Node.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.NodeFactory.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.ce.Surface.js Merge "Refactor ve.js utilities and improve documentation" 2012-08-13 03:24:43 +00:00