Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17642] iOS8: LANDSCAPE_RIGHT image is cut off and is not centered

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-09-15T16:27:50.000+0000
Affected Version/sRelease 3.4.0
Fix Version/sRelease 3.4.0, Release 3.5.0
ComponentsiOS
Labelsios8, module_orientation, qe-3.4.0, qe-manualtest
ReporterOlga Romero
AssigneeVishal Duggal
Created2014-09-08T17:17:45.000+0000
Updated2014-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 capture

Attachments

FileDateSize
iOS7.png2014-09-08T17:17:45.000+0000739533
iOS8.png2014-09-08T17:17:45.000+0000316025

Comments

  1. Jon Alter 2014-09-09

    PR master: https://github.com/appcelerator/titanium_mobile/pull/6033 PR 3_4_X: https://github.com/appcelerator/titanium_mobile/pull/6034
  2. Olga Romero 2014-09-10

    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

JSON Source