-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[BUG] subtree intercepts pointer events #3905
Comments
I tried the snippet on my Windows 10 machine and it passed 30 iterations in each browser just fine. I wonder what may be different between our setups. |
Same here, works for me on 1.4.1. |
My colleague also has no problem with this script. It seems to me that I have a problem with my laptop. What should I look at and how to try to solve it? |
Sorry, no real ideas. Perhaps you have a different version of the page locally? Any proxy that intercepts stuff? Try comparing network resources as shown in Developer Tools between the broken version and the working one? Please comment/reopen if we can help with anything else. |
FWIW, I got a different error for your script on my env (Playwright 1.4.2/Windows 10 ver.1903).
Filed in WebKit bugzilla. Bug 217158 – [WinCairo] Never finish loading https://github.com/ |
Context:
Code Snippet
Describe the bug
This code is working fine with chromium and firefox. However, when I use Webkit it breaks on the second screen. I tried to clean install the node_modules and use Node.js v12.14.1 and v14.10.1, but it has no effect. Error logs:
The text was updated successfully, but these errors were encountered: