{ "id": "113106", "key": "ALOY-629", "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": "15402", "description": "Alloy 1.2.0, concurrent with SDK 3.1.0", "name": "Alloy 1.2.0", "archived": false, "released": true, "releaseDate": "2013-08-15" }, { "id": "15406", "description": "2013 Sprint 09", "name": "2013 Sprint 09", "archived": true, "released": true, "releaseDate": "2013-05-06" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-25T18:30:54.000+0000", "created": "2013-04-19T02:21:26.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-testadded" ], "versions": [ { "id": "15476", "description": "Alloy 1.1.1", "name": "Alloy 1.1.1", "archived": false, "released": true, "releaseDate": "2013-04-19" }, { "id": "15271", "description": "Alloy 1.1.0, concurrent with SDK 3.1.0", "name": "Alloy 1.1.0", "archived": false, "released": true, "releaseDate": "2013-04-16" }, { "id": "14634", "description": "Alloy 1.0.0", "name": "Alloy 1.0.0", "archived": false, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [ { "id": "27950", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "113088", "key": "ALOY-628", "fields": { "summary": "When merging .tss styles, platform specific Themes styles are not having priority over platform specific generic styles", "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": "30211", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "117194", "key": "ALOY-745", "fields": { "summary": "Styles priority is not correctly respected using platform-folder app.tss", "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": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-22T13:21:27.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": "12326", "name": "XML", "description": "View XML and parsing" } ], "description": "h5. Problem description\r\napp.tss styles are not being applied if the style file is placed inside a platform specific style folder\r\n\r\nReproducible with also Alloy 1.0.0 - not a regression.\r\n\r\nh5. Steps to reproduce\r\nSee attached sample code: app.zip\r\n\r\nRun the code on Android and iOS platforms\r\nResult: only 'app/styles/app.tss' styles are applied.\r\napp/styles//app.tss are ignored.\r\n\r\n\r\nSetting platform specific 'app.tss' files using Themes, the theme style are applied and shown in the app, ignoring the generic 'app/styles//app.tss'.\r\n\r\nSee attached sample code \"app_APP-TSS.zip\" from ALOY-628.", "attachment": [ { "id": "37657", "filename": "app_APP-TSS.zip", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-19T02:21:26.000+0000", "size": 3810353, "mimeType": "application/zip" }, { "id": "37656", "filename": "app.zip", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-19T02:21:26.000+0000", "size": 3684791, "mimeType": "application/zip" } ], "flagged": false, "summary": "app.tss not being applied if set in a platform-specific styles folder", "creator": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Alloy versions: 1.0.0. - 1.1.0 - 1.1.1-cr\r\nTiSDK 3.1.0.GA\r\nCLI version 3.1.0 GA", "comment": { "comments": [ { "id": "249035", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/alloy/pull/120\r\ntest app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-629\r\n\r\nThe test app should obviously compile successfully for all supported platforms and run without exceptions. Instructions for validating the test app functionally are contained within the app itself and can be followed once it is running.", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-25T18:30:18.000+0000", "updated": "2013-04-25T18:31:38.000+0000" }, { "id": "264351", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified working as expected.\n\nTitanium SDK 3.1.2.v20130730133101\nAlloy 1.2.0-alpha\nAppcelerator Studio 3.1.2.201307261628\nCLI 3.1.2\nNode 0.8.22\n\nClosing.", "updateAuthor": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-01T01:11:44.000+0000", "updated": "2013-08-01T01:11:44.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }