Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17372] iOS8: KitchenSink: Window Standalone > Open (Nav Bar Visible) option not working as expected in Landscape mode

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-08-12T17:32:55.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sRelease 3.4.0
ComponentsiOS
Labelsios8, module_window, qe-closed-3.4.0, qe-manualtest, qe-testadded
ReporterPriya Agarwal
AssigneeVishal Duggal
Created2014-07-23T08:52:34.000+0000
Updated2015-02-02T20:47:46.000+0000

Description

Steps to reproduce: 1. Install KS on iOS 8 device. 2. Navigate to BaseUI>WindowsStandalone>Open(Nav Bar Visible) 3. Turn Device on Landscape mode. {color:red}Actual Result:{color} Window moves downwards. {color:green}Expected Result:{color} View with close button should appear with Nav bar still visible. Refer to Screenshots attached.

Attachments

FileDateSize
ios7.png2014-07-23T08:52:34.000+000025520
ios8_ipad.png2014-07-23T08:52:34.000+000079750
ios8_iphone.png2014-07-23T08:52:34.000+000047834

Comments

  1. Vishal Duggal 2014-08-11

    Pull pending against master https://github.com/appcelerator/titanium_mobile/pull/5964 Standalone test case
       var win = Ti.UI.createWindow({backgroundColor:'white',orientationModes:[1,2,3,4]})
       
       win.addEventListener('click',function(e){
           Ti.API.info('PW:'+Ti.Platform.displayCaps.platformWidth+' PH:'+Ti.Platform.displayCaps.platformHeight);
       })
       
       win.open();
       
  2. Priya Agarwal 2014-08-19

    Verified with environment: Appcelerator Studio:3.4.0.201408180158 Sdk:3.4.0.v20140815142514 alloy:1.5.0-dev titanium:3.4.0-dev titanium-code-processor:1.1.1 acs:1.0.16 npm:1.3.2 OS:Maverick(10.9.4) xcode: Xcode6Beta5 Device:iPhone5s(v8.0) Window Standalone > Open (Nav Bar Visible) option working as expected in Landscape mode Hence closing the issue.

JSON Source