[TIMOB-3152] Ti.UI.ImageView.toBlob() does not provide proper sizing information
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-17T13:50:44.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.7.0, Sprint 2011-11 |
| Components | iOS |
| Labels | blob, height, imageview, ios, rotation, width |
| Reporter | Stephen Tramer |
| Assignee | Stephen Tramer |
| Created | 2011-04-15T03:38:08.000+0000 |
| Updated | 2011-05-17T13:51:28.000+0000 |
Description
Behavior can be witnessed in Bugtests #1265:
-> Open the test: No image is displayed -> Change orientation: You will see the '1x' image flash.
NOTE: There's a second special bug here - the flash of the image in rotation. That needs to be taken care of as well.
(from [4c9d32cd824414b8cc38574bccc4ea6190a4effb]) [#3152 state:fixed-in-qa milestone:"Sprint 2011-11"] Set autoWidth/autoHeight when assigning a UIImage to imageView. https://github.com/appcelerator/titanium_mobile/commit/4c9d32cd824414b8cc38574bccc4ea6190a4effb"> https://github.com/appcelerator/titanium_mobile/commit/4c9d32cd8244...
Verified does not occur with iOS devices and 1.7.0RC1. Did not notice a flash, suggestion is to write and additional bug if the behavior is still noted.