Bug 180577

Summary: Block which should have fixed position is bouncing when page is scrolled
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bfulgham, cgarcia, mcatanzaro, simon.fraser, zalan
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Konstantin Tokarev
Reported 2017-12-08 01:52:02 PST
How to reproduce: 1. Open https://docs.python.org/3.3/library/stdtypes.html 2. Scroll down fast, e.g. with down arrow key 3. See sidebar on the left constantly bouncing up and down when scrolling This reproduces with trunk in GTK port, and in Qt port as well. Probably other ports are affected too. Chromium and Firefox seem to work correctly here.
Attachments
Simon Fraser (smfr)
Comment 1 2017-12-08 07:58:31 PST
The page is using scroll events to position the left sidebar. This is a well known site bug.
Konstantin Tokarev
Comment 2 2017-12-08 08:01:32 PST
Thanks for clarification!
Note You need to log in before you can comment on or make changes to this bug.