[TIMOB-1677] iOS: 'image display [null]' crash when contact has no image
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:56:50.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | crash, defect, ios, regression |
| Reporter | Thomas Huelbert |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:59:10.000+0000 |
| Updated | 2011-04-17T01:56:50.000+0000 |
Description
1.create an address book entry with no contact image
2.KS>Phone>Contacts>Contact Image
3.tap "Get image from picker"
4.nav to the contact you created in step 1
results: crash
notes: If I use this test to associate an image with the contact, then remove the image the crash is not seen.
console and crash logs attached
Attachments
| File | Date | Size |
|---|---|---|
| contacts.zip | 2011-04-15T02:59:10.000+0000 | 22142 |
(from [3ef9080493dfbcd79411ee3f3fe6103002a4b8c1]) [#1677 state:fixed-in-qa]: Check to make sure image view is non-null before assigning properties to it. http://github.com/appcelerator/titanium_mobile/commit/3ef9080493dfbcd79411ee3f3fe6103002a4b8c1"> http://github.com/appcelerator/titanium_mobile/commit/3ef9080493dfb...
confirmed