{ "id": "154438", "key": "TIMOB-20259", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2019-09-19T22:35:21.000+0000", "created": "2016-01-20T23:56:19.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-5.2.0", "reprod" ], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [], "assignee": null, "updated": "2019-09-19T22:35:21.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When creating a simple application with a \"rightNavButton\" at the top and a \"toolbar\" at the bottom, the first button on the left shows no visual feedback when clicked.\r\n\r\n*Steps to reproduce:* \r\n# Use the app.js file below.\r\n\r\n*Actual :*\r\nThe first button shows no visual feedback when clicked\r\n\r\n*Expected:*\r\nThe pop-up appears withe the option for an alloy app. (see image)\r\n\r\n*App.js*\r\n{code:javascript}\r\nvar topBtn = Ti.UI.createButton({\r\n title: \"Top Btn\"\r\n});\r\n\r\nvar btn1 = Ti.UI.createButton({\r\n title: \"Btn1\"\r\n});\r\n\r\nvar btn2 = Ti.UI.createButton({\r\n title: \"Btn2\"\r\n});\r\n\r\nvar btn3 = Ti.UI.createButton({\r\n title: \"Btn3\"\r\n});\r\n\r\nflexSpace = Titanium.UI.createButton({\r\n systemButton:Titanium.UI.iPhone.SystemButton.FLEXIBLE_SPACE\r\n});\r\n\r\nvar toolbar = Titanium.UI.iOS.createToolbar({\r\n items:[btn1, flexSpace, btn2, flexSpace, btn3],\r\n bottom:0,\r\n borderTop:true,\r\n borderBottom:false\r\n});\r\nvar win = Ti.UI.createWindow({\r\n rightNavButton: topBtn,\r\n title: \"Right Btn Test\"\r\n});\r\nvar nav = Ti.UI.iOS.createNavigationWindow({window:win});\r\nwin.add(toolbar);\r\nnav.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "First button in the toolbar does not show any visual feedback on click", "creator": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "environment": "iPhone 6s plus (9.1)\r\niOS Simulator iPhone 6 (8.1, 9.0, 9.1)\r\nMac OSX El Capitan 10.11 (15A284)
\r\nStudio: 4.5.0.201601131150\r\nTi SDK: 5.2.0.v20160114021251\r\n
Appc NPM: 4.2.3-1\r\nApp CLI: 5.2.0-232\r\n
Xcode 7.2
\r\nNode v4.2.4", "comment": { "comments": [ { "id": "375023", "author": { "name": "apetkov", "key": "apetkov", "displayName": "Angel Petkov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Seems like it works on 5's simulators both for iOS 9 and 9.2", "updateAuthor": { "name": "apetkov", "key": "apetkov", "displayName": "Angel Petkov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-21T00:51:41.000+0000", "updated": "2016-01-21T00:51:41.000+0000" }, { "id": "421897", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am able to reproduce this issue with the following environment;\r\niPhone 7 (10.2)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170609091155\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-13T21:13:07.000+0000", "updated": "2017-06-13T21:13:07.000+0000" }, { "id": "451519", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unable to reproduce. \r\n\r\nAxway Appcelerator Studio, build: 5.1.4.201909061933 \r\nmacOS : 10.14.6\r\nNode.js Version : 8.9.1\r\nnpm Version : 5.5.1\r\nAppcelerator CLI : 7.1.1\r\nTitanium CLI\r\nCLI Version : 5.2.1\r\nnode-appc Version : 0.2.49\r\nTitanium SDKs : 8.2.0.GA", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-19T22:35:21.000+0000", "updated": "2019-09-19T22:35:21.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }