{ "id": "122133", "key": "TIMOB-15672", "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": "15707", "description": "2013 Sprint 23", "name": "2013 Sprint 23", "archived": true, "released": true, "releaseDate": "2013-11-15" }, { "id": "15709", "description": "2013 Sprint 23 Core", "name": "2013 Sprint 23 Core", "archived": true, "released": true, "releaseDate": "2013-11-15" }, { "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-11-12T20:48:58.000+0000", "created": "2013-11-06T00:40:02.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-3.2.0", "regression" ], "versions": [], "issuelinks": [ { "id": "33093", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "120955", "key": "TIMOB-15449", "fields": { "summary": "iOS: ScrollViews lag while scrolling", "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": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-11-13T18:39:41.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" }, { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "*Details:* Ti.UI.iPhone.ScrollIdnicatoryStyle property is returning 'undefined' error when launching on device.\r\n\r\n*This is a regression because it worked on 3.1.3.GA stack.*\r\n\r\n*Steps to reproduce:*\r\n1. Install SampleTab.zip attachment to an ipad device; app was built specifically for ipad\r\n2. Launch app\r\n\r\n*Actual:* 'undefined' error is returned when app is launched (see undefined_error.png).\r\n\r\nIf you comment out line 10 (scrollIndicatorStyle:Ti.UI.iPhone.ScrollIndicatorStyle.DEFAULT), then the error will not be thrown.\r\n\r\n*Expected:* An 'undefined' error should not thrown.", "attachment": [ { "id": "43705", "filename": "SampleTab.zip", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-06T00:40:02.000+0000", "size": 1082712, "mimeType": "application/zip" }, { "id": "43704", "filename": "undefined_error.png", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-06T00:40:02.000+0000", "size": 62123, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: ScrollIndicatoryStyle - ScrollIndicatoryStyle property is returning 'undefined' error when launching on device", "creator": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio, build: 3.2.0.201311050151\r\nSDK build: 3.2.0.v20131105130844\r\nTi CLI: 3.2.0 (master)\r\nXcode: 5.0.1\r\nDevice: ipad 2 (7.0.2)", "comment": { "comments": [ { "id": "278545", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This is a build system issue.\nIn defines.h you get the following directive\n#define USE_TI_UIIPHONESCROLLINDICATORSTYLEDEFAULT\n\nExpected\n#define USE_TI_UIIPHONESCROLLINDICATORSTYLE", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-07T00:18:21.000+0000", "updated": "2013-11-07T00:18:21.000+0000" }, { "id": "279206", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "This was fixed already in master (https://github.com/appcelerator/titanium_mobile/commit/499ab6b3f638417a732a88eb2e486ec1ec0c9abd). Please re-test using a newer CI build.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-12T20:48:58.000+0000", "updated": "2013-11-12T20:48:58.000+0000" }, { "id": "279370", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed. Verified sample app launches correctly i.e. no 'undefined' error returned.\n\nTested on:\n\nTitanium Studio, build: 3.2.0.201311122225\nSDK build: 3.2.0.v20131112180422\nTi CLI: 3.2.0 (4c816f21d7d9360659d77e9a6a994992ef880b72)\nXcode: 5.0.2\nDevice: ipad 2 (7.0.2)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-13T18:39:34.000+0000", "updated": "2013-11-13T18:39:34.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }