-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Editor: lose focus on editor during auto-save #2682
Comments
This has not yet been resolved. Notice that if you don't deliberately click away from the tag/category dropdown in the sidebar to escape focus on the input, it will still grab the input upon save: |
I did everything as in the video and I wasn't able to confirm on current master (06c8c74) and on Wordpress.com Is it still happening? |
I was finally able to reproduce the issue now. It works like that only in Firefox. Here is a gif: My assumption is that auto-saving a post has nothing to do with that problem (at least not directly). The tag input just won't give up the focus and it will take it back on next component update. Either triggered by auto-save or just typing anything in other fields (strangely, typing in body worked correctly for me, but typing in the post title did the action @meremagee described) |
Note that auto-save is what appears to re-focus my cursor on the meta boxes while I'm in the body of the post on FF: (video from today) https://cloudup.com/iy11W3camws |
@meremagee this is fixed in our testing, would you mind re-checking to confirm? |
If a meta box, like tags, is expanded, upon auto-save, focus on editor is lost and placed in side bar meta box instead.
Repro:
video: https://cloudup.com/cJDQmZ-nQ4q
The text was updated successfully, but these errors were encountered: