-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Widget was activated, but did not accept focus
is flaky
#1707
Labels
shell
issues related to the core shell
Comments
The current implementation waits for one animation frame and then checks focus. We should change it to wait further animation frames if focus is still not set, up to some maximum like 10 frames or so. |
akosyakov
added a commit
that referenced
this issue
Jul 31, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Aug 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Aug 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Aug 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Aug 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Aug 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Aug 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got false positives during debugging and on slow connections. To reproduce open an editor, throttle your connection (not with Chrome - it cannot throttle web sockets), refresh the page.
The text was updated successfully, but these errors were encountered: