[TIMOB-3376] left- and rightNavButton fade in
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-05-24T20:15:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | defect, iphone, reported-1.6.0 |
Reporter | Kevin Whinnery |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:43:30.000+0000 |
Updated | 2017-05-24T20:15:20.000+0000 |
Description
When adding a left or rightNavButton to a window, the button fades into view. The expected behavior would be for the button to become immediately visible when the window/tabGroup opens:
var tabGroup = Titanium.UI.createTabGroup();
var win1 = Titanium.UI.createWindow({
title:'Tab 1',
backgroundColor:'#fff'
});
var tab1 = Titanium.UI.createTab({
icon:'KS_nav_views.png',
title:'Tab 1',
window:win1
});
win1.setRightNavButton(Ti.UI.createButton({
title:'foobar'
}));
var win2 = Titanium.UI.createWindow({
title:'Tab 2',
backgroundColor:'#fff'
});
var tab2 = Titanium.UI.createTab({
icon:'KS_nav_ui.png',
title:'Tab 2',
window:win2
});
tabGroup.addTab(tab1);
tabGroup.addTab(tab2);
tabGroup.open();
rollback wrong update
This issue is no longer reproducible with the following environment; iPhone 7 (10.2) MacOS 10.11.6 (15G31) Studio 4.9.0.201705021158 Ti SDK 6.1.0.v20170519131839 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.7.0_80