Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13012] BlackBerry : We see a blue header in BB apps with tabs

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2013-06-04T00:12:35.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelssdk-bb
ReporterLokesh Choudhary
AssigneeJosh Roesslein
Created2013-03-09T01:33:22.000+0000
Updated2017-03-13T21:05:37.000+0000

Description

Not sure if this is a new thing implemented for BB.If not then its a regression. Josh you can help me here. Also, note this is not seen in build 3.1.0.v20130305173300 Description: 1.Install the Ti sdk mentioned in the environment 2.Create a default app from the default template 3.Build & run on emulator/device Actual result: 1.You see a blue header for the apps with tabs Expected Result: 1.You should not see any header

Attachments

FileDateSize
header.PNG2013-03-09T01:44:11.000+0000131072

Comments

  1. Lokesh Choudhary 2013-03-09

    This is seen on both device & emulator
  2. Josh Roesslein 2013-06-03

    That is the default appearance of the TitleBar. The TitleBar should only be present if a "title" is set on the window for the tab.
  3. Josh Roesslein 2013-06-04

    Tested the follow case. If I remove the title from the window, the header goes away:
       var tabGroup = Ti.UI.createTabGroup();
       
       var win = Ti.UI.createWindow();
       
       var tab = Ti.UI.createTab({title: 'foo', window: win});
       tabGroup.addTab(tab);
       
       tabGroup.open();
       
  4. Josh Roesslein 2013-06-04

    Marking as won't fix since this appears to be correct behavior.
  5. Lee Morris 2017-03-13

    Closing ticket as the issue will not fix.

JSON Source