[TIMOB-15622] iOS7: On Swipe back event (on TabGroup windows) UI not functioning properly
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-05T21:59:02.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | supportTeam, triage |
Reporter | Eduardo Gomez |
Assignee | Vishal Duggal |
Created | 2013-10-31T16:33:39.000+0000 |
Updated | 2013-11-05T21:59:17.000+0000 |
Description
Issue description
When using the TabGroup in an application developer is getting strange behaviour in the app, some times app crashes and/or not functioning properly. iOS7 introduces the new swipe back to the before window in the TabGroup.
Test scenario
A Tab contains several windows, I.E. win1, win2, win3. Every window contains a tableView. If you navigate back to first window from second window using swipe back, you can observe how tableViews become unusable (attached video "IMG_1312.MOV").
Steps to reproduce
1) Please get sample attached running (it has a tabGroup, that requires couple of windows adding the TableViews).
2) Click any row.
3) You can either go back (Back button) or resume navigation to next window. At this point everything runs smoothly.
4) Try out to go with the cursor to the left side (few pixels from left side), click to slide (Important: Do not drag completely).
5) TableViews are unusable now.
Attachments
Likely a duplicate.
Closing ticket as fixed. Verified with latest SDK that the TableView is working as expected after the swipe from the left side. Tested on: Titanium Studio, build: 3.2.0.201311050151 SDK build: 3.2.0.v201311050940 Ti CLI: 3.2.0 (master) Xcode: 5.0, 5.0.1 Device: iphone 5s (7.0.2)