Skip to content
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(click): workaround elementsFromPoint issue in Chromium #12888

Merged
merged 1 commit into from
Mar 19, 2022

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Mar 18, 2022

Block elements inside elements are not returned correctly from document.elementsFromPoint(x, y) in some cases.
See https://bugs.chromium.org/p/chromium/issues/detail?id=1307458 for details.

Fixes #12821.

Block elements inside elements are not returned correctly
from `document.elementsFromPoint(x, y)` in some cases.
See https://bugs.chromium.org/p/chromium/issues/detail?id=1307458 for details.
@dgozman dgozman added the CQ1 label Mar 18, 2022
@dgozman dgozman merged commit 85b0105 into microsoft:main Mar 19, 2022
dgozman added a commit to dgozman/playwright that referenced this pull request Mar 21, 2022
…t issue in Chromium

Block elements inside elements are not returned correctly
from `document.elementsFromPoint(x, y)` in some cases.
See https://bugs.chromium.org/p/chromium/issues/detail?id=1307458 for details.
dgozman added a commit that referenced this pull request Mar 21, 2022
…n Chromium (#12925)

Block elements inside elements are not returned correctly
from `document.elementsFromPoint(x, y)` in some cases.
See https://bugs.chromium.org/p/chromium/issues/detail?id=1307458 for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Chromium: Cannot click, element intercepts pointer events
2 participants