mediawiki-extensions-Visual.../modules/ve/dm
Catrope f58b5b6fc8 Reconcile the order and completeness of textStyles in 2 different places
ve.ce.TextNode listed textStyle annotations that didn't actually exist,
and failed to recognize some that did exist (such as span; bug 37808).

Added all annotations to both places. <span> tags are now tolerated by
the editor in that it doesn't crash anymore, but they're displayed (and
saved!) without any attributes, so <span style="color:yellow;">y</span>
doesn't show a yellow 'y' in the editor and is saved back as
<span>y</span> .

Change-Id: Iaae11ad5044150fa904010983ff83579cb37733d
2012-06-21 14:46:43 -07:00
..
annotations Reconcile the order and completeness of textStyles in 2 different places 2012-06-21 14:46:43 -07:00
nodes Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.Annotation.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.AnnotationFactory.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.BranchNode.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.Converter.js Typo fixes throughout the codebase 2012-06-20 16:01:02 -07:00
ve.dm.Document.js Typo fixes throughout the codebase 2012-06-20 16:01:02 -07:00
ve.dm.DocumentSynchronizer.js Track adjustments in DocumentSynchronizer and apply them to oldRange 2012-06-20 23:40:38 -07:00
ve.dm.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.LeafNode.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.Node.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.NodeFactory.js Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
ve.dm.Surface.js Cleaned up selection and focus code for inspectors 2012-06-20 19:22:38 -07:00
ve.dm.Transaction.js Fixed output of translateOffset when collapsing a range 2012-06-21 10:45:58 -07:00
ve.dm.TransactionProcessor.js Fix adjustment of newRange in TransactionProcessor 2012-06-20 23:37:55 -07:00