[TIMOB-638] Dropping first (Table)view when ScrollView has more than 3 views
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-15T02:33:26.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | 1.0, ios, iphone, mobile, scrollview, tableview |
| Reporter | Chris Reed |
| Assignee | Reggie Seagraves |
| Created | 2011-04-15T02:33:24.000+0000 |
| Updated | 2017-03-02T18:50:00.000+0000 |
Description
When constructing a scrollView containing one Tableview followed by 2 ordinary views all was well.
When a fourth view was added, scrolling to the third and back is OK, but scrolling to the fourth and back to the first: the tableview has been dropped.
example app.js attached to aid reproduction and diagnosis.
cheers,
Chris.
P.S
Mac OSX 10.6.2 iPhone SDK 3.1.3, Ti Mobile 1.0.0
Attachments
| File | Date | Size |
|---|---|---|
| app.js | 2011-04-15T02:33:24.000+0000 | 1807 |
Could this be memory manager 'release'ing views prematurely? With only four views, moving between them I end up with only one of four showing and the other three lost.
Had a check in the source code - heres the problem:
This is a BUG - there's no limit on how many tabs are allowed by the developer.
And nothing in any documentation to suggest such a limit.
Please fix.
I'm unable to reproduce the issue using TiMobile 1.4.1, iphone 4.0 sdk (mac os10.6.4)
Closing as invalid.