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
Elliott Sprehn
Comment 1 2012-08-14 15:43:44 PDT
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
Note You need to log in before you can comment on or make changes to this bug.