mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
99692230b1
* 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 |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
test | ||
ui | ||
ve.BranchNode.js | ||
ve.debug.js | ||
ve.Document.js | ||
ve.Element.js | ||
ve.EventEmitter.js | ||
ve.Factory.js | ||
ve.js | ||
ve.LeafNode.js | ||
ve.NamedClassFactory.js | ||
ve.Node.js | ||
ve.Range.js | ||
ve.Registry.js | ||
ve.track.js |