{ "id": "83230", "key": "TIMOB-6378", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-07-12T11:59:38.000+0000", "created": "2011-11-30T10:42:19.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "parity" ], "versions": [], "issuelinks": [ { "id": "18750", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "82581", "key": "TIMOB-6139", "fields": { "summary": "Android: View: v8/rhino, cannot set the borderColor on a view, it is setting the entire view to the same color", "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": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-10T19:19:52.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": "10224", "name": "TiAPI", "description": "This component is used for cross-platform API work. Specifications are most likely to use this component." } ], "description": "The following code produces different effects on Android and iOS:\r\n\r\n{code}\r\nvar view = Ti.UI.createView({\r\n width: 200,\r\n height: 200,\r\n borderColor: '#c00',\r\n borderWidth: 1\r\n});\r\n\r\nwin.add(view);\r\n{code}\r\n\r\nOn iOS, this produces a transparent box with a red border. On Android, it produces a solid red box.\r\n\r\nThe workaround is simple enough--specify a background color. But the result is puzzling to customers, who \r\nare more likely to expect the iOS behavior. Reported in Stack Overflow:\r\n\r\nhttp://stackoverflow.com/questions/8222159/titanium-android-bordercolor-behaving-like-backgroundcolor\r\n", "attachment": [], "flagged": false, "summary": "Ti API: Default background color for views is inconsistent", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "202983", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Duplicates TIMOB-6139.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-12T11:59:38.000+0000", "updated": "2012-07-12T11:59:38.000+0000" }, { "id": "411321", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-10T19:19:52.000+0000", "updated": "2017-03-10T19:19:52.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }