Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Conversation

@eanagel
Copy link
Contributor

@eanagel eanagel commented Jun 30, 2015

This helps work around a bug we are seeing in some rare cases (selected background view overlaps other cells if size of ASCellNode has changed.)

There is an edge case I ignored for this PR - if you set ASCellNode clipsToBounds while the cell is currently visible it will not propagate to the Cell until it is next displayed. (Just because it doesn't seem worth the added complexity.)

@appleguy I've tested this with my ADKFlicker test and my internal project and it masks the issue in both cases.

…This helps work around a bug we are seeing in some rare cases (selected background view overlaps other cells if size of ASCellNode has changed.)
@appleguy
Copy link
Contributor

appleguy commented Jul 2, 2015

Thanks @eanagel! I think this is a safe workaround in the short term for this unusual issue, which I'll dig into with priority after the most important ASDataController & layout architecture changes have landed smoothly.

appleguy added a commit that referenced this pull request Jul 2, 2015
Propagate ASCellNode's clipsToBounds value to the __ASTableViewCell
@appleguy appleguy merged commit 5129708 into facebookarchive:master Jul 2, 2015
fruitcoder pushed a commit to digitalegarage/AsyncDisplayKit that referenced this pull request Sep 6, 2017
…xtNodeDelegate (facebookarchive#535)

* SEP-491 prerequisite: add textViewShouldBeginEditing: to ASEditableTextNodeDelegate

* - added entry to CHANGELOG.md, addressed nit
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants