-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[RCTScrollView] Make ScrollView detect taps on sticky headers #1415
Conversation
@ide - good call, changed |
Summary: As per discussion with @nicklockwood in facebook#875, make `RCTScrollView` check its sticky headers for hitTests first. Closes facebook#1415 Github Author: Brent Vatne <brent.vatne@madriska.com> Test Plan: Have a sticky header in a ScrollView with a Touchable onPress action, scroll a bit after it docks and try tapping, should respond to tap.
Hey @shayne - noticed that you just closed this again, did this turn out to not be a problem after all? |
Working with Christopher on how we want to collect regressions. Since the On Mon, Jun 1, 2015 at 12:13 PM, Brent Vatne notifications@github.com
|
@shayne - ah ok, thanks! |
As per discussion with @nicklockwood in #875, make
RCTScrollView
check its sticky headers for hitTests first.Test Plan: Have a sticky header in a ScrollView with a Touchable onPress action, scroll a bit after it docks and try tapping, should respond to tap.