GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-18T08:08:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 19, 2013 Sprint 19 API, Release 3.1.4, Release 3.2.0 |
Components | iOS |
Labels | ios7, module_tableviewrow, qe-manualtest |
Reporter | nicolomonili |
Assignee | Vishal Duggal |
Created | 2013-09-13T15:18:54.000+0000 |
Updated | 2014-08-18T08:08:48.000+0000 |
When there is a refresh of the contents of a row of TableViewRow, the contents of the row "flashes", practically it is understood that the contents of the row was updated (I have a function that updates every few seconds the content of tableviewrow)
[~vduggal], thoughts?
Probably related to TIMOB-14888 which itself is a side effect of the bug fix for TIMOB-13434. Essentially the tableView row when re-rendered explicitly detaches from superview and then re-attaches which is what is causing the flash. Some code to reproduce the problem would be nice, though I doubt we could fix it without reintroducing the bug.
[~nicolomonili] Can you provide a test case?
I was able to recreate the problem outside of my app, here is the sample code (miss background images but it does not matter)
Here is a revised and runnable version of the provided code. The blinking is more visible if run on device, lowering the setInterval timeout (lines 164-166) and having multiple items being updated at the same time - i.e. adding only one row being updated (commenting out lines 80 and 151) the blink seems to be less evident.
did not find any solution to this problem?
[~nicolomonili] We have not yet found a solution for the problem. We will revisit it for the next release.
I saw that the status of the ticket has been set to: Resolved this means that the next SDK 3.2.0 will include this bugfixes?
now in the "Fix Version/s" has been added the SDK 3.1.4, this means that the fix will be fixed in that version?
[~nicolomonili] It is already available from the "Continuous Integration" build page. We may not officially release a 3.1.4 version and only have it available on nightly builds.
Closing bug as fixed. Verified using Federico's test case and setting the timeout to 100 ms, that the contents in the TableViewRow does not flash. Tested on: Titanium Studio, build: 3.2.0.201310181940 OS: Mac OS X Mountain Lion (10.8.5) SDK build: 3.2.0.v20131018154951 Ti CLI: 3.2.0 (72f7426b4ee6c2d2883c666d5b7e03906a16012f) Devices: iphone 4s (6.0.1), iphone 5 (7.0.2)