-
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] Viewport reset when I click on element. Part 2. #12151
Comments
is it possible to fix it somehow? |
I can repro with a simpler script. Depending on the timeout in the middle, it either prints "360, 360" or "360, 1030". await page.goto('https://www.banki.ru/products/hypothec/catalogue/ipoteka_mnogodetnyim_semyam/');
console.log(await page.evaluate(() => window.innerWidth));
await page.waitForTimeout(5000);
await page.goto('https://www.banki.ru/products/hypothec/catalogue/refinansirovanie_ipoteki/city/moskva/');
console.log(await page.evaluate(() => window.innerWidth)); This reproduces to me as far back as |
@mxschmitt Please tell me when it is planned to fix this bug? Thanks! |
Retest on version 1.20.0 The result is the same. This bug is reproducible. |
Why was this issue closed?We are prioritizing the bugs based on the upvotes, recency and our ability to act. It looks like this issue only has a handful of upvotes, has not been touched recently and/or we lack sufficient feedback to act on it. We are closing issues like this one to keep our bug database maintainable. Please feel free to open a new issue and link this one to it if you think this is a mistake. |
Context:
System:
Binaries:
Languages:
Describe the bug
This bug is similar to #10579 But a different device is being used.
See more https://github.com/andreirogal/playwright-viewport-bug/tree/bug-viewport-2
OK
FAIL
The text was updated successfully, but these errors were encountered: