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

Possible scroll issue in latest version of Chrome ( v98 ) #6754

Closed
7 tasks done
ubbe-xyz opened this issue Feb 24, 2022 · 5 comments
Closed
7 tasks done

Possible scroll issue in latest version of Chrome ( v98 ) #6754

ubbe-xyz opened this issue Feb 24, 2022 · 5 comments
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: duplicate This issue or pull request already exists in another issue or pull request

Comments

@ubbe-xyz
Copy link

ubbe-xyz commented Feb 24, 2022

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of Docusaurus.
  • I have tried the npm run clear or yarn clear command.
  • I have tried rm -rf node_modules yarn.lock package-lock.json and re-installing packages.
  • I have tried creating a repro with https://new.docusaurus.io.
  • I have read the console error message carefully (if applicable).

Description

Hi! Thanks for the excellent work with Docusaurus 🦖, we use it in NextAuth.js for our documentation, serving us well 💚

We just had the following issue reported by some users:
nextauthjs/next-auth#4054

Scroll gets hijacked in the latest version of Chrome ( 98.0.4758.102 ). The strange thing is that some of our team members have reproduced it while others have not. Here's another reproduction from one of our team members:

Screenshare.-.2022-02-19.12_51_39.AM.mp4

I'm opening this as a discussion as I'm not entirely sure is a Docusaurus issue or a Chrome issue or something caused by a plugin in Chrome 🤔; we don't have clear steps to reproduce it.

Reproducible demo

No response

Steps to reproduce

  1. Open Chrome
  2. Visit https://next-auth.js.org/getting-started/client ( we're using the latest Docusaurus version, 2.0.0-beta15 )
  3. Scroll up and down the page

Expected behavior

Scroll is smooth 🍉

Actual behavior

Some users are unable to scroll in the latest version of Chrome, or have notable difficulties doing so

Your environment

Self-service

  • I'd be willing to fix this bug myself.
@ubbe-xyz ubbe-xyz added bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers labels Feb 24, 2022
@duanwilliam
Copy link
Contributor

looks the same as #6620 . breaking pr is being temporarily reverted for next release in #6748 , draft/discussion regarding fixes are in #6666

@Josh-Cena Josh-Cena added closed: duplicate This issue or pull request already exists in another issue or pull request and removed status: needs triage This issue has not been triaged by maintainers labels Feb 24, 2022
@Josh-Cena
Copy link
Collaborator

Yep, thanks for that explanation @duanwilliam

@Josh-Cena
Copy link
Collaborator

TL;DR: turn off the "experimental web platform features" flag

@balazsorban44
Copy link

balazsorban44 commented Feb 25, 2022

Thanks, could you explain what that means? 😵 Where do we turn this off? I don't see anything like this in our config files.

@Josh-Cena
Copy link
Collaborator

Josh-Cena commented Feb 25, 2022

Where do we turn this off? I don't see anything like this in our config files.

That's a Chrome flag: chrome://flags/#enable-experimental-web-platform-features. Sorry, wrong issue that @duanwilliam linked, should be #6587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: duplicate This issue or pull request already exists in another issue or pull request
Projects
None yet
Development

No branches or pull requests

4 participants