Bug 161037 - Chrome bug when scroll page
Summary: Chrome bug when scroll page
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-21 08:48 PDT by Arthur Koshay
Modified: 2016-08-21 11:49 PDT (History)
2 users (show)

See Also:


Attachments
Video about bug (1.01 MB, video/avi)
2016-08-21 08:48 PDT, Arthur Koshay
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Koshay 2016-08-21 08:48:39 PDT
Created attachment 286568 [details]
Video about bug

Browser does not have time to apply the top:


jquery -   $(document).scroll(function(){
           $('#ccc').css({
           top: $(document).scrollTop()
           });
           });


It can not be solved in another
Comment 1 Alexey Proskuryakov 2016-08-21 11:49:52 PDT
Thank you for the bug report! Can you also reproduce this in WebKit browsers, such as Safari on Mac?

Google has forked their browser engine from WebKit in 2013, so not all of Chrome issues apply to us.