{ "id": "107701", "key": "TIMOB-12264", "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": "15490", "description": "2013 Sprint 10 JS", "name": "2013 Sprint 10 JS", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-05-13T20:06:09.000+0000", "created": "2013-01-10T14:40:43.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "core", "qe-closed-3.1.1", "regression" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-06-01T00:02:48.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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "In an app with the below app.js and app.jss there is an issue with font size. When trying to change the font size after cleaning it does not work. It stays in a same no matter what size is given as font size. It works fine with Ti SDK 3.0.0 and XCode 4.5.1 but does not work with Ti SDK 3.0.0 and XCode 4.5.2.\r\nAgain Ti SDK 2.1.4 and XCode 4.5.2 works as well. Only on the prime combination of 3.0.0 and 4.5.2 does not work. \r\n\r\nh2.app.js\r\n{code}\r\nvar win = Ti.UI.createWindow({ \r\n backgroundColor: 'white'\r\n})\r\nvar someLabel = Titanium.UI.createLabel({ \r\n id: \"somelabel-\"+Titanium.Platform.osname,\r\n});\r\nwin.add(someLabel);\r\nwin.open();\r\n\r\n{code}\r\n\r\nh2.app.jss\r\n{code}\r\n#somelabel-iphone {\r\n text: 'iphone';\r\n font-size: 40;\r\n color: blue;\r\n}\r\n#somelabel-ipad {\r\n text:'ipad';\r\n font-size: 40;\r\n color:red;\r\n}\r\n{code}\r\n\r\nh4.Steps to reproduce:\r\n1. Run the app with Ti SDK 3.0.0 and XCode 4.5.2\r\n2. Change the font size in app.jss\r\n3. Clean the project\r\n4. Run the app on iphone simulator \r\n\r\nExpected Result: Font size should change.\r\n\r\nActual Result: Font size does not change.", "attachment": [], "flagged": false, "summary": "CLI: JSS font-* properties do not work with new CLI", "creator": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.0.0 GA and XCode 4.5.2", "comment": { "comments": [ { "id": "249208", "author": { "name": "pbernardi", "key": "pbernardi", "displayName": "Pablo Bernardi", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Same issue here, same test. \r\ntested with version 3.0.2, 3.1.0\r\nall with the same result, attributes font-* doesn't apply to the object.\r\n", "updateAuthor": { "name": "pbernardi", "key": "pbernardi", "displayName": "Pablo Bernardi", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-26T22:27:15.000+0000", "updated": "2013-04-26T22:27:15.000+0000" }, { "id": "251476", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/4255\n3.1.x pull request: https://github.com/appcelerator/titanium_mobile/pull/4256\n", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-05-13T03:08:45.000+0000", "updated": "2013-05-13T03:08:45.000+0000" }, { "id": "255343", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified as fixed.\r\n\r\nEnvironment:\r\n Appcelerator Studio 3.1.1.201305312408\r\n Titanium SDK 3.1.1.v20130531143904\r\n CLI 3.1.1-alpha\r\n Alloy 1.1.3-alpha\r\n Titanium-Code-Processor 1.1.3-alpha4\r\n\r\nClosing.", "updateAuthor": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-01T00:02:48.000+0000", "updated": "2013-06-01T00:02:48.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }