-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focus moved to editor from search field on second search input #2613
Comments
Actually, @rezzap, if you pause for a few seconds after refocusing the search, does it fix the issue? The one that I've seen is a loading condition (the editor loads a bit more slowly than the search field / rest of the app, and requests focus when it loads, so it can be the case that it asks to be focused a second or two after the search field is loaded). This might also happen on switching notes, though I've only been able to reproduce it on a fresh reload. |
@codebykat It doesn't make a difference whether I wait or not. I don't know if it makes any difference, but I go through the search results using CMD+G and then use CMD+F to go back to the search field. I tried waiting a few minutes before typing at all or after just typing the first character. |
Expected
I'd expect the cursor to stay in the search field when doing a search on the web app.
Observed
When returning to the search field after doing an initial search, the cursor jumps to the first match of the first character typed and you end up editing the note in the editor instead of writing in the note field.
Reproduced
Sounds related to this: #2530
Screen recording of the issue is available in the ticket, I was also able to reproduce consistently if help is needed to replicate this.
Where did you see the bug
User reported on Windows 10 in Chrome also.
3686980-zen
The text was updated successfully, but these errors were encountered: