Page MenuHomePhabricator

VisualEditor: Cursor cannot move past references (or other nodes) when using arrow keys
Closed, ResolvedPublic

Description

Author: swalling

Description:
Steps to reproduce:

  1. Place your cursor in page text.
  2. Navigate through the text with left-right arrow keys, until you get to a reference
  3. When the ref tool popup appears, you cannot move past it with arrow keys.

Version: unspecified
Severity: major

Details

Reference
bz54443

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 2:09 AM
bzimport set Reference to bz54443.

Updating priority to normal. Inability to move the cursor using arrows is definitely a bug.

The events from the pasteTarget (which has focus when a focusableNode is selected) are not getting through to the document listener.

  • Bug 54722 has been marked as a duplicate of this bug. ***

Change 86788 had a related patch set uploaded by Catrope:
Make cursoring over a FocusableNode work again

https://gerrit.wikimedia.org/r/86788

Change 86788 merged by jenkins-bot:
Make cursoring over a FocusableNode work again

https://gerrit.wikimedia.org/r/86788

Change 86800 had a related patch set uploaded by Jforrester:
Make cursoring over a FocusableNode work again

https://gerrit.wikimedia.org/r/86800

Change 86801 had a related patch set uploaded by Jforrester:
Make cursoring over a FocusableNode work again

https://gerrit.wikimedia.org/r/86801

Merged into master; we'll back-port and deploy tomorrow.

Change 86800 merged by Catrope:
Make cursoring over a FocusableNode work again

https://gerrit.wikimedia.org/r/86800

Change 86801 merged by Catrope:
Make cursoring over a FocusableNode work again

https://gerrit.wikimedia.org/r/86801