We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce
Screenshots
Environment:
Workaround (or) Additional context The are much more situations where this occurs. The Ctrl-E is just a very easy one to reproduce.
The problem is the following:
SWT.FocusIn
Edge.browserFocusIn(Event)
controller.MoveFocus(COM.COREWEBVIEW2_MOVE_FOCUS_REASON_PROGRAMMATIC);
handleGotFocus
The text was updated successfully, but these errors were encountered:
Edge: Ignore gotFocus if we were the one who set focus to WebView2
1b70210
Fixes eclipse-platform#1848.
021431d
Successfully merging a pull request may close this issue.
To Reproduce
Screenshots
Environment:
Workaround (or) Additional context
The are much more situations where this occurs. The Ctrl-E is just a very easy one to reproduce.
The problem is the following:
SWT.FocusIn
event (Edge.browserFocusIn(Event)
).controller.MoveFocus(COM.COREWEBVIEW2_MOVE_FOCUS_REASON_PROGRAMMATIC);
handleGotFocus
that it has received focus.The text was updated successfully, but these errors were encountered: