mediawiki-extensions-Visual.../modules/ve/ce
Roan Kattouw 5592ea2602 Make cursoring over a FocusableNode work again
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
2013-09-30 18:16:41 -07:00
..
annotations 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
nodes Fix timing of rerender event in GC nodes 2013-09-26 21:39:39 +01:00
styles Add opacity-setting class to GC nodes when generating 2013-09-23 13:57:56 +01:00
ve.ce.Annotation.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ce.AnnotationFactory.js Continue links 2013-07-16 00:29:55 +00:00
ve.ce.BranchNode.js Follow-up to 9b999622: don't slug paragraphs that contain just a text node 2013-09-30 09:33:59 -07:00
ve.ce.ContentBranchNode.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ce.Document.js Use DOM methods rather than jQuery in setupSlugs() 2013-06-23 02:39:56 +00:00
ve.ce.DomRange.js doc: @return -> @returns 2013-08-01 02:10:23 +02:00
ve.ce.FocusableNode.js Allow phantoms and focus areas to be overridden 2013-08-30 14:04:17 -07:00
ve.ce.js Add basic ve.ce.tests and fix documentation 2013-09-23 16:33:15 +01:00
ve.ce.LeafNode.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ce.Node.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ce.NodeFactory.js Rename ve.NodeFactory to ve.NamedClassFactory 2013-04-09 12:05:05 -07:00
ve.ce.ProtectedNode.js Apply DOM changes in onProtectedSetup and onProtectedTeardown instead of constructor 2013-09-05 22:05:23 +00:00
ve.ce.RelocatableNode.js Revert drag marker GIF to previous version 2013-09-18 19:39:33 +00:00
ve.ce.ResizableNode.js Various context menu display issues 2013-09-25 21:54:59 +01:00
ve.ce.Surface.js Make cursoring over a FocusableNode work again 2013-09-30 18:16:41 -07:00
ve.ce.SurfaceObserver.js Fix pawn on pre-annotation and keypress 2013-09-11 19:47:39 -07:00
ve.ce.View.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00