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

Added API for nested overflow:scroll layers, and enable the feature. #8

Closed
wants to merge 1 commit into from

Conversation

noamr
Copy link

@noamr noamr commented May 28, 2013

The API, WKCoordinatedSceneGetAncestorScrollableContentsLayer, accepts
a graphics layer as its parameter, and returns the nearest ancestor layer
that is also scrollable.

This allows us to nest scrollable layers, e.g. a horizontal and a vertical
layer.

Added API test OverflowScroll that tests the feature, and also enabled it
in the build and added enablers to get the WKCoordinatedScene from NIXView.

The API, WKCoordinatedSceneGetAncestorScrollableContentsLayer, accepts
a graphics layer as its parameter, and returns the nearest ancestor layer
that is also scrollable.

This allows us to nest scrollable layers, e.g. a horizontal and a vertical
layer.

Added API test OverflowScroll that tests the feature, and also enabled it
in the build and added enablers to get the WKCoordinatedScene from NIXView.
@setanta
Copy link

setanta commented Jun 4, 2013

Merged manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants