{ "id": "170266", "key": "TIMOB-25497", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2018-02-07T07:41:14.000+0000", "created": "2017-11-09T23:34:25.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "issuelinks": [ { "id": "56134", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "168525", "key": "TIMOB-24863", "fields": { "summary": "Windows: TableView.filterAttribute does not work", "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": "High", "id": "2" }, "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": "2018-08-06T17:52:04.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": "Search bar does does not support changing color in the suggestion field. \r\n\r\n{code:java}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'red'\r\n});\r\nvar tableData = [];\r\nfor (var i = 0, l = 100; i < l; i++) {\r\n var row = Ti.UI.createTableViewRow({\r\n _index: i,\r\n rowColor: 'blue'\r\n });\r\n var titleLabel = Ti.UI.createLabel({\r\n color : 'blue',\r\n text: i,\r\n });\r\n row.add(titleLabel);\r\n tableData.push(row);\r\n}\r\nvar tableSearch = Titanium.UI.createSearchBar({\r\n barColor:'blue', \r\n showCancel:true,\r\n height:43,\r\n top:0,\r\n});\r\nvar tableView = Ti.UI.createTableView({\r\n data: tableData,\r\n filterAttribute: '_index',\r\n backgroundColor: 'red',\r\n Color: 'blue',\r\n filterAnchored: true,\r\n search: tableSearch,\r\n});\r\nwin.add(tableView);\r\nwin.open();\r\n{code}\r\n\r\n*Steps to reproduce*\r\n+ Add the above code to an existing app.js\r\n+ Build for Windows\r\n+ Search for something (\"6\")\r\n\r\n*Actual result*\r\nColor of the suggestion field will stay gray and the user will not be able to read the item numbers ", "attachment": [], "flagged": false, "summary": "Windows: Search bar does does not support changing color in the suggestion field ", "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.10.0.201709271713\r\nAPPC CLI 6.3.0\r\nLumia 550 (10.0.14393.0)\r\nOperating System:\r\nName = Microsoft Windows 10 Pro\r\nVersion = 10.0.15063\r\nArchitecture = 32bit\r\nCPUs = 4\r\nMemory = 16.0GB\r\nNode.js:\r\nNode.js Version = 6.10.3", "closedSprints": [ { "id": 997, "state": "closed", "name": "2018 Sprint 03 SDK", "startDate": "2018-01-28T16:23:12.178Z", "endDate": "2018-02-11T16:23:00.000Z", "completeDate": "2018-02-12T04:22:49.354Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "434139", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I was spending time trying to find a way to draw a background color onto the suggestion field, but ended up finding there's no API exposed for it for Windows {{SearchBox}}. So I would resolve this ticket as \"Not Our Bug\" for now.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-02-07T07:41:15.000+0000", "updated": "2018-02-07T07:41:15.000+0000" }, { "id": "440266", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as \"not our bug\". If you disagree, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:52:04.000+0000", "updated": "2018-08-06T17:52:04.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }