[TIMOB-13012] BlackBerry : We see a blue header in BB apps with tabs
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2013-06-04T00:12:35.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | BlackBerry |
| Labels | sdk-bb |
| Reporter | Lokesh Choudhary |
| Assignee | Josh Roesslein |
| Created | 2013-03-09T01:33:22.000+0000 |
| Updated | 2017-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
| File | Date | Size |
| header.PNG | 2013-03-09T01:44:11.000+0000 | 131072 |
This is seen on both device & emulator
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.
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();Marking as won't fix since this appears to be correct behavior.
Closing ticket as the issue will not fix.