[TIMOB-4062] KitchenSink - Blank tableview upon re-entry into a window with a navgroup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-24T17:11:30.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-21, Release 1.8.0 |
Components | iOS |
Labels | n/a |
Reporter | Jacob Relkin |
Assignee | Blain Hamon |
Created | 2011-05-12T17:54:33.000+0000 |
Updated | 2012-02-10T00:50:41.000+0000 |
Description
Steps to reproduce:
1) Navigate to Base UI->Nav Group
2) Tap on the "done" button
3) Tap on the "open nav group" button
Expected result: Inner tableview should be visible.
Actual result: Inner tableview is not visible.
Related bug: TIMOB-2865
I am seeing the same problem. Interestingly enough, if you tap "Base UI" (either in the navbar or tabbar) after tapping "Done", it shows up just fine.
Yes, because that goes outside of the containing window (the "Nav Group" window), which causes the deallocation of all of its subwindows.
Technically speaking, this is not due to navgroup, but instead table view, which is why you see the tableview's grey and the nav button still works fine.
Time logged elsewhere. See related bugs TIMOB-3743 and TIMOB-4196
Tested with Studio 1.0.7.201112152014 Ti Mob SDK 1.8.0.1.v20111220190134 OSX Lion iPad 1 OS 4.3.5 Expected behavior is shown of table view being displayed after pressing open nav group