[TIMOB-23669] ListView Images are displaying incorrectly
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-10-03T15:50:45.000+0000 |
Affected Version/s | Release 5.4.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | imageview, listview, qe-5.4.0, regression |
Reporter | Bert Grantges |
Assignee | Hans Knöchel |
Created | 2016-07-21T12:17:37.000+0000 |
Updated | 2017-03-20T22:26:10.000+0000 |
Description
I noticed that when building the Corporate Directory app with 5.4.0.Beta, that the images in the list view change unexpectedly when refreshing the ListView content.
Steps to reproduce.
- Open Studio
- Import Corporate Directory App
- Open tiapp.xml
- Change the current Ti SDK version to 5.4.0.v20160712013704
- Build the Corporate Directory app for iOS
- Once the app loads and displays the directory, swipe left on any contact and add that contact as a favorite
Notice that the images for contacts (driven by remote url) change unexpectedly.
Under the covers all that is happening, is that the data of the listView is refreshed
Attachments
[~bgrantges@appcelerator.com] do you know if this is specific to corporate directory or list view in general? And if it is only on iOS?
Not happening in 5.3.1.GA? Only remote images? And is there a repo for the project? Would be good to extract the bug from the example application. *EDIT*: Only related change I can think of is [this one](https://github.com/appcelerator/titanium_mobile/commit/a2ce6d1dfac7d75d73ad66656ffbe11200061db3).
[~htbryant] Can you validate that this is not reproducible with 5_4_X anymore? I'm pretty sure it's fixed along with TIMOB-20204.
[~hansknoechel] issues with the images in the ListView are no longer reproducible with the latest 5_4_X build. Tested On: iPhone 6S (9.3.2) Device & iPhone 6 Plus (8.3) Device Mac OSX El Capitan 10.11.5 Ti SDK: 5.4.0.v20160727094731 Appc Studio: 4.7.0.201607111053 Appc NPM: 4.2.7 App CLI: 5.4.0-34 Xcode 7.3 Node v4.4.7 *Closing ticket.*
There is a regression for certain template-types that are preventing imageview-subviews from being clicked correctly. Further investigation is coming. Test-case (ensure to run on kroll-thread / disable main-thread to reproduce):
The regression is a duplicate of TIMOB-23973.
Closing ticket as duplicate.