mediawiki-extensions-Visual.../modules/ve/dm
Trevor Parscal 3002bbb591 (bug 42806) Copy/paste errors on unbalanced data
ve.ce.Surface
* Switched to using getSlice instead of getData in copy and paste handlers
* Added try/catch which attempts to build a transaction with the unbalanced data first, but falls back on the balanced data otherwise

ve.dm.*Node
* Added default style attributes (now used by ve.dm.NodeFactory)

ve.dm.Document
* Fixed bugs in fixupInsertions where parentType was being set with an object rather than a string
* Made use of getDataElement
* Added adoption capability so that inserting a</h1><p>b into <p>c[cursor]d</p> results in <p>ca</p><p>bd</p> rather than throwing an exception
* Renamed getBalancedData to getSlice, now retuning a ve.dm.DocumentSlice object

ve.dm.DocumentSlice
* Introduced new container for balanced data and a range of the original context - useful for copy/paste

ve.dm.NodeFactory
* Added getDataElement method, which uses default attributes to create a boilerplate version of a data element

ve.dm.Document.test
* Updated getBalancedData test to be a getSlice test

demos/ve/index, VisualEditor, test/index
* Added references to ve.dm.DocumentSlice

Change-Id: Id9269a29e51ca213508de8f155d3feec5e5b0774
2012-12-07 13:34:28 -08:00
..
annotations (bug 42140) Don't force spaces to underscores in internal links 2012-11-19 18:55:49 -08:00
nodes (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.Annotation.js Only apply HTML attributes to DOM nodes that are "safe" 2012-11-27 14:34:29 -08:00
ve.dm.AnnotationFactory.js Standards: Fix global variables and pass JSHint. 2012-10-23 00:53:48 +02:00
ve.dm.BranchNode.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Converter.js (bug 42487) Don't crash the converter for "<span>\n<p>Foo</p></span>" 2012-12-05 17:20:07 -08:00
ve.dm.Document.js (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.DocumentSlice.js (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.DocumentSynchronizer.js DocumentSynchronizer fix and cleanup 2012-10-25 11:02:58 -07:00
ve.dm.js New annotation API: Annotation and AnnotationFactory classes 2012-10-12 15:07:02 -07:00
ve.dm.LeafNode.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Node.js Fix rebase artefact in ve.dm.Node.getAttributes() 2012-11-28 11:20:54 -08:00
ve.dm.NodeFactory.js (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.Surface.js (bug 40339) Out of bounds errors 2012-12-03 14:23:58 -08:00
ve.dm.SurfaceFragment.js (bug 42401) Cursor movement fixes 2012-11-30 09:50:47 -08:00
ve.dm.Transaction.js Merge "Added contextChange event to surface model, replacing annotationChange" 2012-11-27 22:54:11 +00:00
ve.dm.TransactionProcessor.js Make annotating inline elements actually work 2012-11-27 14:41:40 -08:00