[TIMOB-17642] iOS8: LANDSCAPE_RIGHT image is cut off and is not centered
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-09-15T16:27:50.000+0000 |
| Affected Version/s | Release 3.4.0 |
| Fix Version/s | Release 3.4.0, Release 3.5.0 |
| Components | iOS |
| Labels | ios8, module_orientation, qe-3.4.0, qe-manualtest |
| Reporter | Olga Romero |
| Assignee | Vishal Duggal |
| Created | 2014-09-08T17:17:45.000+0000 |
| Updated | 2014-11-21T20:30:41.000+0000 |
Description
To reproduce
Run the following test in portrait mode app.js
var win = Ti.UI.createWindow({
backgroundColor:'white'
});
var img = Ti.UI.createImageView({image:'grouch.jpg'});
win.add(img);
win.orientationModes = [
Ti.UI.LANDSCAPE_RIGHT
];
win.open();
Actual result
Please, refer to the screen captureAttachments
| File | Date | Size |
|---|---|---|
| iOS7.png | 2014-09-08T17:17:45.000+0000 | 739533 |
| iOS8.png | 2014-09-08T17:17:45.000+0000 | 316025 |
PR master: https://github.com/appcelerator/titanium_mobile/pull/6033 PR 3_4_X: https://github.com/appcelerator/titanium_mobile/pull/6034
Tested and verified fixed, using Mac osx 10.9.4 Maverics Appcelerator Studio, build: 3.4.0.201409081810 Titanium SDK, build: 3.4.0.v20140909222515 acs@1.0.16 alloy 1.5.0-rc install@0.1.7 npm@1.4.23 sudo@1.0.3 titanium 3.4.0-rc titanium-code-processor@1.1.1 Xcode6-Beta7 Device: iPhone 5S iOS 8.0GM