Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScrolling page with arrow keys immediately after WR scroll bounce does not work #13290
Comments
|
This still happens. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem occurs immediately after the bounce effect that occurs when scrolling beyond top/bottom of a page. After the bounce, the page cannot be scrolled using keyboard input (up, down arrow keys) until the mouse has been used for a scroll.
To replicate:
./mach run -d -w https://samuknet.github.io/test_cases/anchorInPage/index.htmlThe issue does not occur with WR disabled.