[TIMOB-966] table view row with textarea = crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:40:24.000+0000 |
Updated | 2011-04-17T01:54:49.000+0000 |
Description
http://helpdesk.appcelerator.net/tickets/2546">http://helpdesk.appcelerator.net/tickets/2546
see attached test case
Attachments
File | Date | Size |
---|---|---|
archive.zip | 2011-04-15T02:40:24.000+0000 | 2149 |
Not sure when it was fixed, but can not recreate with HEAD when can recreate with 1.3.
(from [7cdb184e850ed7c10c81de65ea49b67fa29987d3]) Closes #966 AGAIN. This time, it makes sure that not only is remove from superview on the main thread, but so is the view release, just in case the superview wasn't there to retain. http://github.com/appcelerator/titanium_mobile/commit/7cdb184e850ed7c10c81de65ea49b67fa29987d3"> http://github.com/appcelerator/titanium_mobile/commit/7cdb184e850ed...
still noticing this issue on the 1.3.2 (1.4 RC1) Release. I just downloaded this release in the hope that it would resolve the issue, but it is still happening. If I remove the textArea from the child js file then the app does not crash.
Yup. The 1.4RC1 was released monday, and this fix was done Wednesday, so it's to be expected. If you pull from HEAD, or wait for 1.4, the bug will be fixed in those versions.