{ "id": "169203", "key": "TIMOB-25038", "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": [ { "id": "17609", "description": "", "name": "Release 7.0.0", "archived": false, "released": true, "releaseDate": "2017-12-07" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-11-16T01:48:10.000+0000", "created": "2017-07-31T21:39:11.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "19870", "description": "", "name": "Release 6.1.2", "archived": false, "released": true, "releaseDate": "2017-08-03" } ], "issuelinks": [ { "id": "55717", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "168981", "key": "TIMOB-24966", "fields": { "summary": "Windows: Ti.UI.SearchBar's showCancel=false is ignored", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-11-16T01:48:19.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "When text is entered in to the search bar and you press \"X\" to delete the text the \"X\" remains even though the text has been removed. \r\n\r\n*Test Steps:*\r\n+ Create a titanium project using 6.1.2.v20170727160839\r\n+ Add the following code to the {{app.js}}\r\n {code:java}\r\nvar win = Ti.UI.createWindow({ backgroundColor: 'green', layout: 'vertical' });\r\nvar search = Titanium.UI.createSearchBar({\r\n width: 350,\r\n height: 143,\r\n showCancel: true,\r\n top: 0\r\n});\r\nwin.add(search);\r\nwin.open();\r\n{code}\r\n+ Enter text in the search bar\r\n+ Press \"X\"\r\n\r\n*Actual result*\r\nText dissaperas but the \"X\" remains \r\n\r\n*Expected result*\r\nText should disappear as well as the \"X\"\r\n\r\n*Additional Issue*\r\nWhen entering text the X only shows after the second character is entered, and only disappears after the hitting backspace again after removing the last character. (This only occurs on when showCancel: true, with default behaviour issue is not seen)", "attachment": [], "flagged": false, "summary": "(Windows) When \"SearchBar.showCancel\" Is used and the \"X\" is pressed text is removed but not \"X\"", "creator": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "APPC Studio: 4.9.0.201705180402\r\nAPPC CLI: 6.2.2\r\nLumia 650 (Windows 10.0.14393)\r\nWindows 10.0.14393 2GB emulator\r\n*Operating System:*\r\nName = Microsoft Windows 10 Pro\r\nVersion = 10.0.14393\r\nArchitecture = 32bit\r\nCPUs = 4\r\n*Node.js:*\r\nNode.js Version = 6.10.1", "closedSprints": [ { "id": 963, "state": "closed", "name": "2017 Sprint 22 SDK", "startDate": "2017-10-22T21:43:59.523Z", "endDate": "2017-11-05T22:43:00.000Z", "completeDate": "2017-11-06T16:33:42.425Z", "originBoardId": 114 }, { "id": 968, "state": "closed", "name": "2017 Sprint 23 SDK", "startDate": "2017-11-05T16:37:25.071Z", "endDate": "2017-11-19T16:37:00.000Z", "completeDate": "2017-11-20T18:57:56.565Z", "originBoardId": 114 }, { "id": 939, "state": "closed", "name": "2017 Sprint 17 SDK", "startDate": "2017-08-13T23:08:29.095Z", "endDate": "2017-08-27T23:08:00.000Z", "completeDate": "2017-08-27T21:10:54.125Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "426999", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1081", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-22T03:33:02.000+0000", "updated": "2017-08-22T03:33:02.000+0000" }, { "id": "430772", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Passed FR! Using this environment:\r\nNode Version: 8.9.1\r\nNPM Version: 5.5.1\r\nWindows OS 10.0.14393\r\nAppc CLI: 7.0.0-master.13\r\nAppc CLI NPM: 4.2.11-2\r\nTitanium SDK version: 7.0.0 w/artifacts from commit\r\nAppcelerator Studio vers 4.10.0\r\nWindows Phone 10.0.15063", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-16T01:48:10.000+0000", "updated": "2017-11-16T01:48:10.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }