-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Fix completer tests after transition to pointer events #15237
Conversation
Thanks for making a pull request to jupyterlab! |
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.
Thanks @krassowski
@meeseeksdev please backport to 4.0.x |
… pointer events
@krassowski you set the target to 3.6.x is it to backport the polyfill only as the mentioned PR has not been backported to 3.6.x? |
I set it to 3.6.x because #14534 was a bug fix to an issue in 3.6.x (but I did not backport it yet so indeed for now there is no need to backport this one either). Edit: I will clean up backports in the evening. |
I added the tag Still needs manual backport to not forget about this. |
…vents (#15243) Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
… pointer events Cherry-picked from commit 206368a.
… pointer events Cherry-picked from commit 206368a.
… changing notebook tabs) (#15244) * Backport PR #14534: Hide completer when changing notebook tabs * Backport PR #15237: Fix completer tests after transition to pointer events Cherry-picked from commit 206368a. --------- Co-authored-by: Nishikant Parmar <nishikantparmar123@gmail.com> Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
References
Follow-up after #14534
Code changes
mousedown
topointerdown
pointerdown
to@jupyterlab/testing
User-facing changes
None
Backwards-incompatible changes
None