Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5230] iOS: NavBar Image is not displayed in iOS 5 devices

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-09-30T13:59:56.000+0000
Affected Version/sRelease 1.7.2, Release 1.8.0
Fix Version/sSprint 2011-39, Release 1.7.3, Release 1.8.0
ComponentsiOS
Labelsos-ios5
ReporterVikramjeet Singh
AssigneeBlain Hamon
Created2011-09-07T17:03:22.000+0000
Updated2014-06-19T12:46:46.000+0000

Description

Steps to Reproduce: 1. Create a Titanium mobile project for iOS 2. Copy the following code in app.js

var windowProperties = {
    backgroundColor: '#fff',
    barImage: 'KS_nav_ui.png'
};
var tabGroup = Ti.UI.createTabGroup();
var win = Ti.UI.createWindow(windowProperties);
tabGroup.addTab(Ti.UI.createTab({
    icon: 'KS_nav_views.png',
    window: win
}));
tabGroup.open();

3. Build and launch the application with iOS 5 simulator or iOS 5 device. Expected Result: NavBar Image should be displayed as with iOS 4 devices and simulator Actual Result: No NavBarImage is displayed

Comments

  1. Thomas Huelbert 2011-10-03

    confirmed using b7, ipad2, Sep 30 2011 14:54 r64ba63b7 leaving open until confirmed in master
  2. Wilson Luu 2011-12-09

    Closing bug. Verified fix on: OS: Mac OS X Lion Titanium Studio, build: 1.0.7.201112080131 SDK build: 1.8.0.1.v20111209011840 Device: iphone 4S (5.0.1)

JSON Source