[TIMOB-1161] imageView 'load' event not fired on second view (ie: in cache)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | events, imageview, ios, iphone, load |
Reporter | kosso |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:45:31.000+0000 |
Updated | 2011-04-17T01:55:23.000+0000 |
Description
Hi,
Part of my app relies on knowing when an imageView has loaded from a remote url - in order to hide a loading message.
This works fine on the first time it's loaded, since I wait for the imageView 'load' event.
However, the next time my app needs to display the same image, the load event is not firing and therefore I don't know when to hide the indicator.
So, either the imageView needs to fire the 'load' event when the image is cached too, or we need a property to let us know that the image is coming from the cache.
thanks
(from [7df9cc8f63d66cbb90c374ac443f5dd6d80727f3]) [#1161 state:resolved] need to fire image load event each time the image loads [#1156 state:resolved] fixed problems reparenting images in tableview http://github.com/appcelerator/titanium_mobile/commit/7df9cc8f63d66cbb90c374ac443f5dd6d80727f3"> http://github.com/appcelerator/titanium_mobile/commit/7df9cc8f63d66...