mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
5592ea2602
When you cursor onto a FocusableNode, it's selected, and we focus the paste target as part of our hack to make copying FocusableNodes work in Firefox. But then when you press the arrow key again, that event isn't picked up by anything, and you can't move the cursor off the FocusableNode using the keyboard. Fixed by attaching the EventSequencer to this.$ (which is the parent of $documentNode and $pasteTarget) and listening for focus/blur on both $documentNode and $pasteTarget. Bug: 54443 Change-Id: I7bddcfa9fa6f38908e315c97623bd27133daa98d |
||
---|---|---|
.. | ||
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 |