Page MenuHomePhabricator

VisualEditor: [Regression] Clicking out of inspector jumps selection back to inspected text
Closed, ResolvedPublic

Description

If you click out of an inspector into some other text, it used to be that the cursor went to that text and stayed there, but now it jumps back to the text that was being inspected. I suspect this may have something to do with changes to ve.ui.DesktopContext. There seems to be a delay so maybe something's happening from a setTimeout( ..., 200 ) after the closing animation?


Version: unspecified
Severity: normal

Details

Reference
bz63906

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:22 AM
bzimport set Reference to bz63906.

Change 127805 had a related patch set uploaded by Esanders:
Prevent annotation inspector for updating selection if using DesktopContext#hide

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

Change 127805 merged by jenkins-bot:
Prevent annotation inspector from updating selection if using DesktopContext#hide

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