-
Notifications
You must be signed in to change notification settings - Fork 40
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
Template widget must handle focus #146
Conversation
fixed #145 Signed-off-by: Jonas Helming <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JonasHelming the changes look good, but they do not take effect since we do not use activate
when opening the view, see:
execute: () => super.openView({ activate: false, reveal: true }) |
@JonasHelming it does not seem to happen to me at least without the fix, I don't see any code at the moment that uses the focus-2.movI did a fresh build, and am using the latest version of the generator. If you can reproduce with a fresh generation can you provide steps as to how you reproduced the warning. |
I am also on the latest version
@jfaltermeier Could you please restest this as well? |
With those steps I can reproduce the issue when switching back to the view from the Explorer by clicking on the view's icon in the left tab bar. I've applied the proposed changes to the generated template view and this fixes the issue. Should we maybe change the command to use |
fixed #145
Signed-off-by: Jonas Helming [email protected]