[TIMOB-2326] Multiple createLabel() calls inside ScrollableView freeze/crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-20T14:47:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Ingmar Koecher |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:16:47.000+0000 |
Updated | 2017-03-09T23:02:53.000+0000 |
Description
I am attaching a sample project that should be reproducible. Simply use the attached files, app.js and scrollview.js.
This will create a scrollable view, with every page having a title, Page [num]. When started, the app will show page 2, and as you scroll to the right, new pages will be added dynamically.
Keep scrolling to the right in a swift pace, and the application will eventually freeze or crash. I usually can't get past page 10, though it should go up to 29.
With the 1.4.x SDK, the application freezes, with the latest 1.5.0 it will crash.
iPhone SDK is 4.1.
I have not run this application on the physical phone yet, only in the simulator.
Attachments
File | Date | Size |
---|---|---|
app.js | 2011-04-15T03:16:47.000+0000 | 1213 |
scrollview.js | 2011-04-15T03:16:47.000+0000 | 2331 |
app bug in scrollview.js. Modify lines 60 thru 66 as follows
Closing ticket as invalid.