-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Create changelist in editor] After saving the new CL keyboard focus should change to the 'Apply now' button #190
Comments
Perhaps this shouldn't be treated as a bug, but more a enhancement request? |
Thanks for the suggestion - However I don't think the vs code API exposes anything that would allow us to focus the info dialog, but I'll have another look to make sure I guess there's an alternative that we could pop up a multiple choice 'quick pick' instead at the top, which would take focus - this might be a little intrusive though! |
Sorry for not responding for a while, I didn't get any notifications for this. :(
This workflow is more similar to how a |
While I personally like having an explicit action, your idea might be a possible intuitive flow - Similar problem to the above though, we actually don't have a reliable way to know that the file has been closed in the vs code api, though I think that was being worked on - not sure on the progress of that (in the last couple of months I've moved on from my previous job where I used perforce daily to a new one where we use a custom vs code build and no perforce so I'm a bit out of touch now!) |
Describe the bug:
After writing up the new changelist and saving it (CTRL+S) a popup appears
in the lower right corner asking to press 'Apply now' to save the new change
The problem is that the keyboard focus remains on the editor, which forces
the user to use the mouse to hit 'Apply now'
Expected behavior:
The keyboard focus should change to the new dialog on hitting CTRL+S to
allow the user to simply press ENTER again to save the change and dismiss the
dialog and the tmp file;
To Reproduce:
P4EDITOR="C:\Program Files\Microsoft VS Code\Code.exe" --wait
and dismiss the dialog
because the editor was still in focus
Versions & Details:
Additional context
The text was updated successfully, but these errors were encountered: