[TIMOB-26579] Windows: Ti.UI.ImageView's load event object has no state property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-12-10T13:42:37.000+0000 |
Affected Version/s | Release 7.5.0 |
Fix Version/s | Release 8.0.0 |
Components | Windows |
Labels | parity |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2018-11-16T19:45:42.000+0000 |
Updated | 2018-12-11T12:57:07.000+0000 |
Description
According to our docs and our unit test suite, the Ti.UI.ImageView
load
event should fire off with an object holding a state
property whose values is either 'image'
or 'images'
, based on whether it's being fired after loading a single image from image
property, or after loading a series of images from the images
property.
https://github.com/appcelerator/titanium_mobile_windows/pull/1330
*FR Passed*
Closing ticket, fix verified in SDK version 8.0.0.v20181210172243. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile_windows/pull/1330