{ "id": "138054", "key": "ALOY-1165", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [ { "id": "16596", "name": "Alloy 1.6.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-10-24T19:27:15.000+0000", "created": "2014-10-14T14:05:57.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "15909", "description": "Alloy 1.5.0", "name": "Alloy 1.5.0", "archived": false, "released": true, "releaseDate": "2014-09-29" } ], "issuelinks": [ { "id": "46850", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "137714", "key": "ALOY-1163", "fields": { "summary": "Using $.UI.create on a ListView with Custom Data templates causes to hide rows when templates are created programmatically.", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "updated": "2015-03-27T21:45:35.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": "13603", "name": "Styling", "description": "TSS, dynamic styling, styling API" } ], "description": "PR: https://github.com/appcelerator/alloy/pull/588\r\n\r\nReview pull request, create test case / sample app to be added to test suite", "attachment": [], "flagged": false, "summary": "Compile error when merging backgroundGradient", "creator": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": null, "closedSprints": [ { "id": 234, "state": "closed", "name": "2014 Sprint 21 Alloy", "startDate": "2014-10-13T16:36:31.077Z", "endDate": "2014-10-25T01:36:00.000Z", "completeDate": "2014-10-27T13:28:36.470Z", "originBoardId": 124 } ], "comment": { "comments": [ { "id": "328037", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "PR merged\r\n\r\nTest using the ALOY\\-717 and ALOY\\-1051 test apps, which should run as expected on iOS and Android. Due to ALOY-1153, the 717 sample won't run on MobileWeb.", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-10-14T15:41:38.000+0000", "updated": "2014-10-14T15:41:38.000+0000" }, { "id": "328236", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fokke, can you post a sample code to reproduce the issue? \r\nI'm investigating to reproduce the compile issue but so far I wasn't able to. It is my understanding that it is involving which elements we pass in the colors array, correct? ", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2014-10-15T21:10:35.000+0000", "updated": "2015-02-13T19:01:07.000+0000" }, { "id": "329219", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "Reopen to backport to 1_6_X branch", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-10-23T19:58:16.000+0000", "updated": "2014-10-23T19:58:16.000+0000" }, { "id": "329384", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "This was merged to 1_5_X and master previously, so is already part of 1_6_X.", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-10-24T19:27:15.000+0000", "updated": "2014-10-24T19:27:15.000+0000" }, { "id": "343433", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "[~fcasali] it's a while ago, but I think this should reproduce:\r\n\r\n*index.tss*\r\n{code}\r\n\".one\": {\r\n backgroundGradient: {\r\n type: 'linear',\r\n startPoint: { x: '0%', y: '50%' },\r\n endPoint: { x: '100%', y: '50%' },\r\n colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\r\n }\r\n}\r\n\r\n\".two\": {\r\n backgroundGradient: {\r\n type: 'linear',\r\n startPoint: { x: '0%', y: '50%' },\r\n endPoint: { x: '100%', y: '50%' },\r\n colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\r\n }\r\n}\r\n{code}\r\n\r\n*index.js*\r\n{code}\r\n$.createStyle({\r\n classes: ['one', 'two']\r\n});\r\n{code}", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2015-02-14T13:04:50.000+0000", "updated": "2015-02-14T13:04:50.000+0000" }, { "id": "347592", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed using:\r\n\r\nTitanium SDK 4.0.0.v20150327082616\r\nStudio 4.0.0.201503261211\r\nAppc NPM: 0.3.35\r\nAppc CLI 0.2.197\r\nAlloy 1.6.0-alpha\r\n\r\nTest projects from {{test/apps/testing/ALOY\\-717}}, {{test/apps/testing/ALOY\\-1051}}, and ALOY-1163 compile and run without error, displaying correctly.", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-27T21:36:19.000+0000", "updated": "2015-03-27T21:37:43.000+0000" }, { "id": "347594", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-03-27T21:45:29.000+0000", "updated": "2015-03-27T21:45:29.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }