Page MenuHomePhabricator

Differential inline reticle can persist across Quicksand navigations
Closed, ResolvedPublic

Description

I think this is related to quicksand, was browsing around and this odd div popped up:

pasted_file (782×1 px, 576 KB)

when inspected via devtools I see:

<div class="differential-reticle" style="left: 606px; top: 1446px; width: 513px; height: 17px;"></div>
<div class="differential-reticle" style="left: 606px; top: 1446px; width: 513px; height: 17px;"></div>

inside the <div id="phabricator-standard-page" class="phabricator-standard-page" data-autoid="autoid_1">

Event Timeline

Mnkras raised the priority of this task from to Needs Triage.
Mnkras updated the task description. (Show Details)
Mnkras added a project: Quicksand.
Mnkras added a subscriber: Mnkras.
epriestley renamed this task from Odd Div on page to Differential inline reticle can persist across Quicksand navigations.May 4 2015, 1:31 PM
epriestley triaged this task as Normal priority.May 7 2015, 1:50 PM
epriestley added a subscriber: epriestley.

Oh, this actually is the inline reticle, not the keyboard reticle.

The keyboard reticle probably has the same issue but we can figure that out later.

The keyboard reticle has been fixed but the inline reticle is still at large.

I marked D17919 as fixing this. I can't reproduce it after that change (except: the drag-select behavior isn't converted yet) and we're now Quicksand-aware, although it's possible I'm just not doing the right sequence of operations.