The 'isPassThroughParentEnabled' property doesn't seem to work as intended #1893
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| ★ wanayoo — archive 1999 https://github.com/NativeScript/docs/issues/1893 | Nouvelle recherche | Portail wanayoo |
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[ ] A typo
[x] Wrong documentation
[ ] Improvement of existing article
[ ] Missing documentation
[ ] New article needed
Please, tell us more details
What I understand is that if I set the property to false, the event should not be passed on to the parents if it has been handled in one of the children, but this is not happening like this in the Playground example provided on the documentation page:
https://play.nativescript.org/?template=play-tsc&id=6c9GA0
There is this function:
The message in the log clearly says the onWrapLayoutTapped should not trigger, but it does, no matter what value I put in the
isPassThroughParentEnabledproperty of the middle container.The text was updated successfully, but these errors were encountered: