mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
3b6810eeec
This only affects debug mode, but things look broken when the background of every single node is set to transparent (e.g. a <pre> looks weird with a white instead of grey background). It also leaves the DOM dirty full of inline styles. Though setting a grey background isn't guaranteed to be visible either, and all of these redraws and stuff really slow things down (we should perhaps only start doing these after the initial document is painted).. the least we can do is undo it and not leave it there. Change-Id: I9abfd46765914828ad8618748be5716a8c6b185c |
||
---|---|---|
.. | ||
annotations | ||
nodes | ||
styles | ||
ve.ce.Annotation.js | ||
ve.ce.AnnotationFactory.js | ||
ve.ce.BranchNode.js | ||
ve.ce.ContentBranchNode.js | ||
ve.ce.Document.js | ||
ve.ce.DomRange.js | ||
ve.ce.FocusableNode.js | ||
ve.ce.js | ||
ve.ce.LeafNode.js | ||
ve.ce.Node.js | ||
ve.ce.NodeFactory.js | ||
ve.ce.ProtectedNode.js | ||
ve.ce.RelocatableNode.js | ||
ve.ce.ResizableNode.js | ||
ve.ce.Surface.js | ||
ve.ce.SurfaceObserver.js | ||
ve.ce.View.js |