[TIMOB-5304] Handle NSURL in ConvertIdTiValue
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-09-19T04:46:04.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | imageview, nsurl |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-09-19T04:38:32.000+0000 |
Updated | 2017-03-09T21:35:28.000+0000 |
Description
It appears that sometimes properties can be set to object types which are not handled by ConvertIdTiValue() correctly. In particular, TiUIImageViewProxy's 'image' property can be set to an NSURL (and in fact, almost always is; see the -[TiProxy sanitizeURL:] function).
Test is in customer code.
Duplicate of TIMOB-5293.
Closing ticket as duplicate.