mediawiki-extensions-Visual.../modules/ve/ce
Ed Sanders 99692230b1 Copy-paste data fixes
* Assign cut/copy/paste events to the document so that
  they are triggered when the CE doesn't have real focus
  e.g. only a FocusableNode is selected
* Use clipboardData.setData when available. The key can
  be stored and retrieved perfectly in text/xcustom but
  this technique doesn't work in FF or IE
* Just use text content for key as this is what is written
  to the clipboard, so this can be used directly without
  having to get the content from the pasteTarget.

Bug: 48604
Bug: 49396
Change-Id: Ib3702f9441f6ee3fa34ec071f00994dd7e591d99
2013-08-26 15:25:15 -07:00
..
annotations Subscript is one word (and so is superscript for that matter) 2013-08-20 13:34:50 -07:00
nodes Fix issue in 7673a398 2013-08-15 16:32:41 -07:00
styles Language Inspector: CE / DM 2013-07-10 12:11:27 -07:00
ve.ce.Annotation.js Continue links 2013-07-16 00:29:55 +00:00
ve.ce.AnnotationFactory.js Continue links 2013-07-16 00:29:55 +00:00
ve.ce.BranchNode.js Don't put slugs after internal nodes. 2013-06-24 15:20:08 -07:00
ve.ce.ContentBranchNode.js ce: Don't set backgroundColor transparent for every node in debug mode 2013-07-27 04:05:07 +00:00
ve.ce.Document.js
ve.ce.DomRange.js doc: @return -> @returns 2013-08-01 02:10:23 +02:00
ve.ce.FocusableNode.js Reposition context menu after rerender 2013-08-15 10:43:31 +01:00
ve.ce.js
ve.ce.LeafNode.js doc: Add placeholders for unindexed methods 2013-07-31 23:00:30 +00:00
ve.ce.Node.js Reference insertion, new and existing 2013-06-27 18:11:31 -07:00
ve.ce.NodeFactory.js
ve.ce.ProtectedNode.js ce.ProtectedNode: Use surface initialize event instead of toolbarPosition 2013-07-31 21:57:54 +00:00
ve.ce.RelocatableNode.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.ce.ResizableNode.js Create MWResizeableNode mixin to control defaultSize flag 2013-07-16 23:13:40 +01:00
ve.ce.Surface.js Copy-paste data fixes 2013-08-26 15:25:15 -07:00
ve.ce.SurfaceObserver.js Don't emit Surface changes back to the Surface 2013-08-21 17:26:32 +00:00
ve.ce.View.js