[TIMOB-16884] iOS: NavButtons are not working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-15T18:56:03.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | 2014 Sprint 10, 2014 Sprint 10 SDK, Release 3.3.0 |
Components | iOS |
Labels | module_kitchensink, qe-3.3.0, qe-closed-3.3.0, qe-testadded, regression |
Reporter | Olga Romero |
Assignee | Sabil Rahim |
Created | 2014-04-25T22:05:15.000+0000 |
Updated | 2014-07-06T14:03:25.000+0000 |
Description
This is a regression
To test
1. Create an app and use app.js
var navWindow = Ti.UI.iOS.createNavigationWindow();
var close = Ti.UI.createButton({
title: 'close',
});
var win = Ti.UI.createWindow({
rightNavButton: close,
backgroundColor: 'pink',
title: 'Button missing?'
});
navWindow.window = win;
navWindow.open();
Actual result
No NavButton "close"Expected result
should see NavButton "close"Attachments
File | Date | Size |
---|---|---|
3.2.3.png | 2014-04-25T22:30:01.000+0000 | 33910 |
3.3.0.png | 2014-04-25T22:30:39.000+0000 | 31315 |
Regression From [TIMOB-16094] Relates to commit : [be780aecdf4a8cfa5d91a7c4c276927607baa8b7] [TIMOB-16094] iOS: New properties leftNavButtons, rightNavButtons
https://github.com/appcelerator/titanium_mobile/pull/5684
Verified fixed on: Mac OSX 10.9.3 Appcelerator Studio, build: 3.3.0.201405271647 Titanium SDK, build: 3.3.0.v20140602133312 Titanium CLI, build: 3.3.0-beta2 Alloy: 1.4.0-beta iOS Device: iPhone 5S (7.1.1) Right navigation button displaying correctly using test code from description. Closing.