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

LibWeb: brave.com is not scrollable with the mouse wheel #24009

Closed
awesomekling opened this issue Apr 18, 2024 · 0 comments · Fixed by #24228
Closed

LibWeb: brave.com is not scrollable with the mouse wheel #24009

awesomekling opened this issue Apr 18, 2024 · 0 comments · Fixed by #24228
Labels
bug Something isn't working has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. web compatibility

Comments

@awesomekling
Copy link
Member

Simplified reduction:

<!doctype html><style>
* { font-size: 200px; }
main { overflow-x: hidden; }
</style>
<main>
1<br>
2<br>
3<br>
4<br>
5<br>
6<br>
7<br>
8<br>
9<br>

cc @kalenikaliaksandr

@awesomekling awesomekling added bug Something isn't working web compatibility has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. labels Apr 18, 2024
matjojo added a commit to matjojo/serenity that referenced this issue May 6, 2024
Specifically, without scrollable overflow.

Fixes SerenityOS#24009, both on brave.com and on the reduction.
matjojo added a commit to matjojo/serenity that referenced this issue May 7, 2024
Specifically, without scrollable overflow.

Fixes SerenityOS#24009, both on brave.com and on the reduction.
kalenikaliaksandr pushed a commit that referenced this issue May 7, 2024
Specifically, without scrollable overflow.

Fixes #24009, both on brave.com and on the reduction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. web compatibility
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant