facebookarchive / AsyncDisplayKit

Smooth asynchronous user interfaces for iOS apps.
http://asyncdisplaykit.org
Other
13.4k stars 2.2k forks source link

enableSubtreeRasterization causes ASButtonNode to not receive touch event #3349

Closed dotm closed 5 years ago

dotm commented 5 years ago

The case:

The sample project repo is in: https://github.com/dotm/WorkPlayground-Swift4/tree/texture

The button is called as NavigationWidgetSeeAllNode and can be found in: https://github.com/dotm/WorkPlayground-Swift4/blob/b17b42a9cbfc14fde44e4f57f9db7cb3f7ebc94d/WorkPlayground-Swift4/ViewController.swift

I fix it by commenting this line: https://github.com/dotm/WorkPlayground-Swift4/commit/b17b42a9cbfc14fde44e4f57f9db7cb3f7ebc94d?diff=split

dotm commented 5 years ago

I'm moving this issue to https://github.com/TextureGroup/Texture/