I can't seem to get a screenshot of this, because gnome-screenshot -p is garbage, but it happens reliably on Chrome/Ubuntu.
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D13260 | rP960a574dd538 lose help cursor on blur |
Related Objects
Related Objects
- Mentioned Here
- D13034: Search symbols by ctrl/cmd-click
Event Timeline
Comment Actions
Happens to me on Chrome/OS X with Cmd+F, too. Here are specific steps:
- Go to a diff, and hover the mouse over some code.
- Hit Ctrl or Cmd to verify that the cursor changes to 'help'
- Hit Ctrl+F or Cmd+F, and then Esc
Comment Actions
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...
Comment Actions
It only effects the cursor look, btw; Not sure if that's better or worse than being stuck in "search this symbol" mode.
Comment Actions
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.