[TIMOB-2252] UIImageView objects do not obey size restrictions in tableview
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:58:33.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | height, imageview, ios, regression, tableviewrow, width |
| Reporter | Stephen Tramer |
| Assignee | Stephen Tramer |
| Created | 2011-04-15T03:14:51.000+0000 |
| Updated | 2012-03-15T14:17:33.000+0000 |
Description
Images are initially drawn at a scaled down size, but upon row refresh/redraw, are the appropriate size.
Visible in KS->Base UI->Views->Table View->Update Row Objects.
(from [8aad6b20fb802915eb48e1a8b4d9eb31256842c2]) [#2252 state:fixed-in-qa] ImageViews now only marked as 'flexible' if they are autosized in that dimension. http://github.com/appcelerator/titanium_mobile/commit/8aad6b20fb802915eb48e1a8b4d9eb31256842c2"> http://github.com/appcelerator/titanium_mobile/commit/8aad6b20fb802...
No longer seeing the scaling.