Bug 122335 - [mac][wk2] dispatchAfterEnsuringUpdatedScrollPosition doesn't seem to always work
Summary: [mac][wk2] dispatchAfterEnsuringUpdatedScrollPosition doesn't seem to always ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 11:37 PDT by Tim Horton
Modified: 2013-10-04 11:37 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-10-04 11:37:05 PDT
http://trac.webkit.org/changeset/115751 made forceRepaintAsync use dispatchAfterEnsuringUpdatedScrollPosition. However, in https://bugs.webkit.org/show_bug.cgi?id=122299 (and in experiments with turning on tiled drawing for all tests), we've seen cases where even after waiting for a force repaint to finish, the main thread's notion of the scroll position can be wrong.

This probably blocks turning on threaded scrolling for all of the tests.