[AC-2781] iOS: Tableview empty and freezing sometimes after clicking back button of navigaton bar
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-08-21T09:41:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios, tableview |
Reporter | Yue Ming Wang |
Assignee | Shak Hossain |
Created | 2012-07-20T23:25:55.000+0000 |
Updated | 2016-03-08T07:47:41.000+0000 |
Description
It is a tab-based ios app. The tab is hidden by hideTabBar().
1. In the home view, enter into the second level view via Ti.UI.currentTab.open(win, {animated:true});
2. The second level view contains a Tableview.
3. Click one row of Tableview, enter the third level view via Ti.UI.currentTab.open(win, {animated:true});
4. Click the back button of navigaton bar of the third level view, return back to the second level view.
5. Sometimes, the Tableview displays empty rows and freezing, the scroll-down refresh function is also not working.
6. Return back to the home view and reenter into the second level view, the Tableview recovers.
Attachments
File | Date | Size |
code.zip | 2012-08-07T00:58:27.000+0000 | 51477 |
IMG_1874.PNG | 2012-07-20T23:25:55.000+0000 | 19041 |
Hi, Could you please provide a reproducible test case?
http://itunes.apple.com/cn/app/koob/id524045972?l=en&mt=8 You can download this app and have a try.
Hi, Please narrow down the issue and provide a reproducible sample test case. Provide a code snippet.
This issue occurs sometime, not every time. I enclose some js files for your reference.
some source code for your reference.
Hi, I can't run the application with the code provided by you. I can't reproduce it. Please provide a reproducible test case.
Cannot reproduce the issue.
Hello, I tested this this issue with the code below. I can’t reproduce this issue. Please check this code with the latest Ti SDK Build and let me know if this problem persists. If you are able to reproduce, please post your test case with the details. We will revisit this issue then.
Test Environment
Mac OS X 10.8.5 Ti SDK 3.2.0.GA Ti CLI 3.2.0 IOS 7.0.3Test Code
Thanks