New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 683974 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Yesterday
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

SPV2 scrolling does not work at all on windows

Project Member Reported by pdr@chromium.org, Jan 23 2017

Issue description

Both before and after https://codereview.chromium.org/2643203002, scrolling does not work with --enable-slimming-paint-v2 on windows.

Needs investigation.
 

Comment 1 by pdr@chromium.org, Jan 23 2017

Talked with Ali and a theory is that windows delivers scrollwheel events to the compositor thread (where we try to impl-scroll but fail since it's broken), and there's nothing that forwards these events on to the main thread. Scrolling with the drag handles does work on windows.

Comment 2 by pdr@chromium.org, Jan 30 2017

Cc: wkorman@chromium.org
Status: Started (was: Assigned)
This ended up being related to layer id lookups being wrong[1] which wkorman noted is wrong [2]. I'm going to fix this as a followup to [3].

[1] https://cs.chromium.org/chromium/src/cc/trees/layer_tree_host_impl.cc?q=tryscroll&sq=package:chromium&l=2561
[2] https://cs.chromium.org/chromium/src/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp?q=propertytreemana&sq=package:chromium&l=269
[3] https://codereview.chromium.org/2657863004

Comment 3 by pdr@chromium.org, Yesterday (32 hours ago)

Status: Fixed (was: Started)
Fixed

Sign in to add a comment