Skip to content

fix(click): workaround elementsFromPoint issue in Chromium#12888

Merged
dgozman merged 1 commit into
microsoft:mainfrom
dgozman:fix-block-inline-cr
Mar 19, 2022
Merged

fix(click): workaround elementsFromPoint issue in Chromium#12888
dgozman merged 1 commit into
microsoft:mainfrom
dgozman:fix-block-inline-cr

Conversation

@dgozman
Copy link
Copy Markdown
Collaborator

@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