[AC-1091] Tab bar has a translucent white stripe in the middle
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2014-03-31T17:17:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | core, ios, regression |
Reporter | David He |
Assignee | Ritu Agrawal |
Created | 2014-03-31T10:31:30.000+0000 |
Updated | 2016-03-08T07:37:26.000+0000 |
Description
Code below can reproduce this issue.
var self = Ti.UI.createTabGroup();
var win1 = Ti.UI.createWindow({
title : "home",
backgroundColor : 'white'
});
var win2 = Ti.UI.createWindow({
title : "settings",
backgroundColor : 'white'
});
var tab1 = Ti.UI.createTab({
title : L('home'),
icon : '/images/KS_nav_ui.png',
window : win1
});
var tab2 = Ti.UI.createTab({
title : L('settings'),
icon : '/images/KS_nav_views.png',
window : win2
});
self.addTab(tab1);
self.addTab(tab2);
self.open();
This code displays bar properly on TiSDK 3.2.2 but with both iOS SDK and iOS simulator 7.0.3.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2014-03-31 at 9.22.37 PM.png | 2014-03-31T10:31:30.000+0000 | 56183 |
To reproduce this issue, simply run the app and switch to unfocused tab. It occurs on actual device as well
Thanks for reporting this issue. This issue is a duplicate of TIMOB-16521. Please follow TIMOB-16521 for latest updates.