[TIMOB-8704] MobileWeb: ImageView's don't seem to be triggering a layout after the load event fires
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-22T13:19:09.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-10 MW |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-04-12T14:49:43.000+0000 |
Updated | 2017-03-03T23:36:30.000+0000 |
Description
Image Views don't seem to be triggering layouts after the image loads, if the image loads after the layout is triggered by setting the src. This is either because the image load event isn't firing, or the layout algorithm doesn't think that the control needs to be layed out again.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/2235 Test with KitchenSink. I tested on iOS (sim and device) and Safari.
Closing ticket as MobileWeb is no longer supported.