Page MenuHomePhabricator

Cursor stuck in 'help' mode after Ctrl+F
Closed, ResolvedPublic

Description

I can't seem to get a screenshot of this, because gnome-screenshot -p is garbage, but it happens reliably on Chrome/Ubuntu.

Revisions and Commits

Event Timeline

staticshock raised the priority of this task from to Needs Triage.
staticshock updated the task description. (Show Details)
staticshock added a project: Differential.
staticshock added subscribers: staticshock, chad.

I can't reproduce anything here, are the more specific steps we should be following?

Happens to me on Chrome/OS X with Cmd+F, too. Here are specific steps:

  1. Go to a diff, and hover the mouse over some code.
  2. Hit Ctrl or Cmd to verify that the cursor changes to 'help'
  3. Hit Ctrl+F or Cmd+F, and then Esc

Presume something with D13034 perhaps.

Yeah, I didn't test for that. I get that on Chrome/windows too.

I might need some expert help in the javascript area for this...

It only effects the cursor look, btw; Not sure if that's better or worse than being stuck in "search this symbol" mode.

They say that the look is the best part of the cursor.

ok, ok, I'll fix it :)

BTW, any advice on how to fix it would be welcome; So far the best I could come up with is "treat lost focus as key-up", and I'm not sure that will actually work either.