[TIMOB-1436] iOS: ImageViews in TableViewRow not loading images when table height is changed
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2012-06-22T13:57:16.000+0000 |
| Affected Version/s | Release 1.5.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Luke Melia |
| Assignee | Neeraj Gupta |
| Created | 2011-04-15T02:52:23.000+0000 |
| Updated | 2017-03-09T23:54:27.000+0000 |
Description
My app has a window with a tableview and about 20 ImageViews in TableViewRows of 4. Upon upgrading from Ti 1.2 to 1.4, the images were not loading. I just saw the default image in those spots. Occasionally, 1 or 2 out of the 20 images would load successfully. The behavior is the same whether I used local images or remote images.
I tracked it down to a line of javascript where I am changing the height of the tableview after adding the view hierarchy to the window. If I comment that out, the images all load up just fine.
I haven't been able to successfully reproduce this in a clean app yet, but I figured I would add a ticket in case someone else is experiencing this problem.
Requires R&D.
Needs a test case
Closing this ticket as the request for more information has not been provided.