WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
94025
overflow-x: visible on the body enables scrolling in the Y direction
https://bugs.webkit.org/show_bug.cgi?id=94025
Summary
overflow-x: visible on the body enables scrolling in the Y direction
Elliott Sprehn
Reported
2012-08-14 15:38:56 PDT
Created
attachment 158425
[details]
Reduction If you have: body { overflow-x: visible; overflow-y: hidden; } And an element that overflows in the Y direction out of the <body>. And then you two finger scroll a nested scrollable div, once the scrollbar hits the bottom of the scrollable div it'll begin scrolling the document downward. Confusingly it's the overflow-x that causes this in the Y direction.
Attachments
Reduction
(749 bytes, text/html)
2012-08-14 15:38 PDT
,
Elliott Sprehn
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Elliott Sprehn
Comment 1
2012-08-14 15:43:44 PDT
This might be related to
https://bugs.webkit.org/show_bug.cgi?id=17488
Elliott Sprehn
Comment 2
2012-08-14 15:52:38 PDT
Note you can't reproduce this with a scroll wheel mouse, it only seems to happen with two finger scrolling on a trackpad.
Ahmad Saleem
Comment 3
2023-02-24 09:13:06 PST
I am able to reproduce this bug in STP164 where two fingers scroll will make it move below and first line 'Two finger scroll to the bottom of the blue, This should still be at the top.' will be gone due to scroll. Chrome Canary 112 and Firefox Nightly 112 match each other and keep text at top.
Radar WebKit Bug Importer
Comment 4
2024-02-08 15:38:36 PST
<
rdar://problem/122587986
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug