Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3815] iOS: modal window does not have a navbar

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2011-04-29T11:39:12.000+0000
Affected Version/sRelease 1.6.0 M10
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterJon Alter
AssigneeReggie Seagraves
Created2011-04-29T11:00:29.000+0000
Updated2011-05-05T12:50:02.000+0000

Description

Step 1: run the code below with 1.6.2 there will be a blue navBar at the top of the white window. Step 2: run the code below with 1.7.0 (Apr 28 2011 21:28 re222e41c) there is no navBar
var win = Ti.UI.createWindow({  
    title: 'Title',
	barColor: 'blue',
	backgroundColor:'white'
});

win.open({
	modal:true
});

Comments

  1. Jon Alter 2011-04-29

JSON Source