{ "id": "175854", "key": "TIMOB-28271", "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": "21052", "description": "", "name": "Release 9.3.0", "archived": false, "released": true, "releaseDate": "2020-12-14" } ], "resolution": null, "resolutiondate": null, "created": "2020-12-03T22:21:10.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "regression" ], "versions": [ { "id": "21052", "description": "", "name": "Release 9.3.0", "archived": false, "released": true, "releaseDate": "2020-12-14" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-12-07T15:22:03.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The border is not shown for a search bar on a listview/tableview.\r\n\r\nThis is a regression in 9.3.0.\r\n\r\nSteps:\r\n1. Create a classic app using the app.js code below\r\n2. Build to an android device/emulator\r\n\r\nActual Result: The border of the search bar is not shown and hence none of the border properties defined in the code are visible.\r\n\r\nExpected Result: The search bar border should be visible.\r\n\r\n{code}\r\n var _window = Ti.UI.createWindow({});\r\n \r\n var data = [];\r\n \r\n data[0] = Ti.UI.createTableViewRow({\r\n hasChild : true,\r\n title : 'Row 1'\r\n });\r\n data[1] = Ti.UI.createTableViewRow({\r\n hasDetail : true,\r\n title : 'Row 2'\r\n });\r\n data[2] = Ti.UI.createTableViewRow({\r\n hasCheck : true,\r\n title : 'Row 3'\r\n });\r\n data[3] = Ti.UI.createTableViewRow({\r\n title : 'Row 4'\r\n });\r\n \r\n var search = Titanium.UI.createSearchBar({\r\n \r\n borderRadius : 10,\r\n borderColor : 'red',\r\n borderWidth : 20,\r\n showCancel : true,\r\n height : 160,\r\n \r\n });\r\n \r\n // create table view\r\n var tableview = Titanium.UI.createTableView({\r\n data : data,\r\n top : 40,\r\n search : search,\r\n filterAttribute : \"title\",\r\n });\r\n \r\n _window.add(tableview);\r\n \r\n_window.open();\r\n\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Android: The searchBar border not shown in tableview/listview", "creator": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OS: 10.15.4\r\nSDK: 9.3.0.v20201125050632\r\nAppc CLI: 8.1.1\r\nJDK: 11.0.6\r\nNode: 12.16.1\r\nStudio: 6.0.0.202005141803\r\nDevice: Pixel 3 XL(v11.0) emulator", "comment": { "comments": [ { "id": "457781", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/12315", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-12-04T00:19:50.000+0000", "updated": "2020-12-04T00:19:50.000+0000" }, { "id": "457784", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\nWaiting for Jenkins build.", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-12-04T00:58:09.000+0000", "updated": "2020-12-04T00:58:09.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }