Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScrolling #139
Closed
Scrolling #139
Comments
|
We support scrolling. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Submissions/jxck
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Add infrastructure for nested scrollable layers with transforms.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to support scrolling. The first cut can be synchronous, but eventually it should be async for competitive touch responsiveness. (Since the compositor is already off the main thread, this is not going to be hard with our design.)
On a scroll (just mouse wheel for now), the compositor should send a ScrollEvent to the content task. The RenderLayers and CompositorLayers should have a display rect separate from the full area rect.