[TIMOB-24084] iOS: removeAllChildren removes wrong views when running on kroll thread
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-01-21T00:15:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Eric Merriman |
Created | 2016-10-29T12:43:38.000+0000 |
Updated | 2017-03-20T18:15:46.000+0000 |
Description
When running on kroll thread, I just noticed a weird behavior that is causing the parent view to remove children that are added after calling
removeAllChildren
instead of just the ones that are children before the method is called.
This does not happen when running on main thread and I just noticed it in an Alloy application, so I need to isolate it first
Cannot reproduce my initial issue anymore. If someone discovers something related, please let us know here!
Closing ticket as the issue cannot be reproduced.