[TIMOB-10342] Android: Image view in a table view row can not be dynamically changed more than once.
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-01-17T13:23:26.000+0000 |
Affected Version/s | Release 2.1.0, Release 2.1.1 |
Fix Version/s | n/a |
Components | Android |
Labels | api |
Reporter | Surajit Biswas |
Assignee | Ingo Muschenetz |
Created | 2012-08-06T00:33:23.000+0000 |
Updated | 2017-03-21T22:41:42.000+0000 |
Description
I have a table view with more than one row. Each row contains one image and one label. My requirement is on click on the image of a particular row, that image need to change. In iPhone it is working fine but in android after the second click image is not changing. I have attached one sample code here.
Attachments
Problem
Image views inside table rows do not change after the first time when we toggle between two images. For example, when we open the app, image 1 is loaded in the image view. We click on the image view and the image changes to image 2. Click on the image view again and it does not change to image 1. The value in e.source.image however, contains the path to the correct image each time.Steps to reproduce
1. Click on image view (the image changes) 2. Click on image view (the image does not change)Code to reproduce
Expected result
Image view toggles between images correctlyActual result
Image does not change after the first clickHello, I have the same problem here ! Any update ? Thanks !
Hi, I'm also having the same issue. Any updates available on this issue?
I got this problem too, when will the Titanium team fix it?
The workaround for this bug prevents a clean programming. The Titanium framework to keep its followers shouldn't wait all this time for solving this type of unacceptable bugs on an User Experience framework.
Dupe of TIMOB-11762 which is already fixed in master and will soon be back ported to 3_0_X for 3.0.2
Closing ticket as duplicate with reference to the above comments.