{ "id": "61636", "key": "TIMOB-1004", "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": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:41:19.000+0000", "created": "2011-04-15T02:41:19.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "border", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-02T18:19:56.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": "{html}

I have some kind of custom component, color selector. It looks\nlike [[Color1] [Color2] [Color3]]. I made it with views,\nwhere [ColorX] - Square with rounded borders. In\nevent click handler I change view border* property:

\n
\nColorPicker.prototype.onColorClick = function(e, color){\n    //log('onColorClick', color, this.selectedBorder, e.source.borderColor);\n    if(this.selectedItem){\n        //log('Change color back');\n        this.selectedItem.borderWidth = this.normalBorder;\n    }\n    this.selectedColor = color;\n    this.selectedItem = e.source;\n    this.selectedItem.borderWidth = this.selectedBorder;\n    //log('done', this.selectedColor);\n};\n
\n

I tried to change borderWidth and borderColor and failed. On\nandroid any of these properties are not changed, but everything\nworks on iPhone. BTW color is actually selected on both platforms,\nbut view isn't reflected on Android.

{html}", "attachment": [], "flagged": false, "summary": "Android doesn't respect border* property change", "creator": { "name": "konstantin", "key": "konstantin", "displayName": "Konstantin", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "konstantin", "key": "konstantin", "displayName": "Konstantin", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124547", "author": { "name": "konstantin", "key": "konstantin", "displayName": "Konstantin", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Forgot to add:
\nPlatform 1.3.0, OS MacOSX, Win7/XP, Android 2.1 iPhone 3.1.3

{html}", "updateAuthor": { "name": "konstantin", "key": "konstantin", "displayName": "Konstantin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:41:19.000+0000", "updated": "2011-04-15T02:41:19.000+0000" }, { "id": "124548", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This is a special case of #934

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:41:19.000+0000", "updated": "2011-04-15T02:41:19.000+0000" }, { "id": "408334", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-02T18:19:52.000+0000", "updated": "2017-03-02T18:19:52.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }