[TIMOB-812] crash: table view with images + refresh
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:37:02.000+0000 |
Updated | 2011-04-17T01:54:19.000+0000 |
Description
http://helpdesk.appcelerator.net/tickets/2067">http://helpdesk.appcelerator.net/tickets/2067
see issue #3
run app and go to actus tab and continue to refresh while table view/images are loaded. eventually app will crash.
(from [4ca8b4d08073fc20544f6b966212f8caca58941e]) Closes #812 . A visual glitch remains for the table view but the crash is no longer there. Table rows were being orphaned when being replaced, but their parent property wasn't being nilled out. So when images loaded, the _haslisteners would work up the stack, calling on nonexistant sections. http://github.com/appcelerator/titanium_mobile/commit/4ca8b4d08073fc20544f6b966212f8caca58941e"> http://github.com/appcelerator/titanium_mobile/commit/4ca8b4d08073f...