https://bugzilla.wikimedia.org/show_bug.cgi?id=62542

Oliver Buchtala <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.buchtala@googlemail.
                   |                            |com

--- Comment #1 from Oliver Buchtala <[email protected]> ---
It happened that I ran over that issue while debugging. Here some details that
may help:

The problem is, that after focussing 've.ce.Surface.onModelSelect()' runs into
a case which seems to be dedicated to pasting situations:

  ...
  if ( next ) {
    rangySel = rangy.getSelection( this.getElementDocument() );
    if ( !ve.contains( this.$pasteTarget[0], rangySel.anchorNode, true ) ) {
      ...
    }
  ...

After that the window selection is on the paste element which will make the
next up/down do nothing, but leaving the navigation to the CE.

HTH,

Oliver

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to