[TIMOB-3815] iOS: modal window does not have a navbar
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2011-04-29T11:39:12.000+0000 |
| Affected Version/s | Release 1.6.0 M10 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Jon Alter |
| Assignee | Reggie Seagraves |
| Created | 2011-04-29T11:00:29.000+0000 |
| Updated | 2011-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
- Jon Alter 2011-04-29