Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling #139

Closed
pcwalton opened this issue Oct 21, 2012 · 1 comment
Closed

Scrolling #139

pcwalton opened this issue Oct 21, 2012 · 1 comment

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Oct 21, 2012

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.

@jdm
Copy link
Member

@jdm jdm commented Apr 18, 2014

We support scrolling.

@jdm jdm closed this Apr 18, 2014
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.