[TIMOB-2227] Changing orientation on iPad does not change imageview bounds
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:58:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | critical, imageview, ios, ipad, orientation |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-04-15T03:14:10.000+0000 |
Updated | 2011-04-17T01:58:28.000+0000 |
Description
See ticket #1749 for sample code.
More serious issue; it looks like all autosize views do not have their sizes recomputed upon orientation switch. Not sure why this was never noticed before. Marking this bug as CRITICAL.
(from [95701d6014cfb7737e058c08fe320c14c489e620]) [#2227] Imageviews now are marked 'flexible' h/w always, so they properly resize as 'auto'. Leaving bug open since this may affect other views and requires more investigation. http://github.com/appcelerator/titanium_mobile/commit/95701d6014cfb7737e058c08fe320c14c489e620"> http://github.com/appcelerator/titanium_mobile/commit/95701d6014cfb...
Bumping to medium priority since the primary issue has been resolved.
Bump again. Since there hasn't been regressions since the change, and moreso, there's been a refactor, let's assume this has been fixed?
Assumption correct. Testing bears it out.