{ "id": "106300", "key": "TIMOB-12028", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-06-26T22:10:18.000+0000", "created": "2012-12-11T21:12:38.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "parity" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "23499", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "106299", "key": "TIMOB-12027", "fields": { "summary": "Android: View borderWidth with 'dp' dimensions does not show on Android", "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 } } } }, { "id": "23500", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "106299", "key": "TIMOB-12027", "fields": { "summary": "Android: View borderWidth with 'dp' dimensions does not show on Android", "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": null, "updated": "2018-04-04T23:20: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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "h2. problem\r\n\r\nIf the *borderWidth* property of a Titanium view is specified density independently (dp), it does not show up on Mobileweb. If you remove the *dp* suffix on the *borderWidth* property, everything works as expected. This problem also occurs on Android (TIMOB-12027). This problem does not occur on iOS.\r\n\r\nh2. expected behavior\r\n\r\nThe border should appear as expected whether or not density independent (dp) dimensions are specified for the *borderWidth* property.\r\n\r\nh2. test case \r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: '#fff'\r\n});\r\nvar view = Ti.UI.createView({\r\n\theight: '100dp',\r\n\twidth: '100dp',\r\n\tbackgroundColor: '#888',\r\n\tborderColor: '#000',\r\n\tborderWidth: '3dp' // error, no border appears\r\n\t//borderWidth: 3 // this works as expected\r\n});\r\nwin.add(view);\r\nwin.open();\r\n[code}", "attachment": [], "flagged": false, "summary": "Mobileweb: View borderWidth with 'dp' dimensions does not show on Mobileweb", "creator": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.0.0\r\nChrome 23.0.1271.95", "comment": { "comments": [ { "id": "422857", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving as \"Won't Fix\" as MobileWeb has been deprecated.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-26T22:10:18.000+0000", "updated": "2017-06-26T22:10:18.000+0000" }, { "id": "436339", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as will not fix.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-04-04T23:20:21.000+0000", "updated": "2018-04-04T23:20:21.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }