{ "id": "113192", "key": "TIMOB-13660", "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": "15418", "description": "2013 Sprint 09 API", "name": "2013 Sprint 09 API", "archived": true, "released": true, "releaseDate": "2013-05-06" }, { "id": "15107", "description": "2013 Sprint 09", "name": "2013 Sprint 09", "archived": true, "released": true, "releaseDate": "2013-05-06" }, { "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-04-30T23:08:58.000+0000", "created": "2013-04-22T15:33:01.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "triage" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:42: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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "*Problem description*\r\nIf you use Ti.UI.ScrollView objects as the views of a Ti.UI.ScrollableView, things get strange with the 4th+ views. It appears to be related to the memory management built in to ScrollableView, not drawing views until they are +/- 2 views away.\r\n\r\n*Note*\r\nIf you do dumps of the Ti.UI.ScrollView.size properties, x/y/height/width are all correct, but the display puts them wherever it feels like.\r\n\r\n*Workaround*\r\nIt works if you wrap the Ti.UI.ScrollView in a Ti.UI.View.", "attachment": [ { "id": "37710", "filename": "app.js", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2013-04-22T15:33:01.000+0000", "size": 1830, "mimeType": "application/x-javascript" }, { "id": "37711", "filename": "PhotoGallery.js", "author": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "created": "2013-04-22T15:33:01.000+0000", "size": 12447, "mimeType": "application/x-javascript" }, { "id": "37767", "filename": "Screen3.png", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-23T22:15:08.000+0000", "size": 88242, "mimeType": "image/png" }, { "id": "37768", "filename": "Screen4.png", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-23T22:15:08.000+0000", "size": 3429, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Using Ti.UI.ScrollViews as pages of Ti.UI.ScrollableView produces unexpected results", "creator": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "iotashan", "key": "iotashan", "displayName": "Shannon Hicks", "active": true, "timeZone": "America/Chicago" }, "environment": "iOS\r\nTiSDK 3.X", "comment": { "comments": [ { "id": "248816", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed on iOS 6 simulator, Ti SDK 3.1 GA.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-23T22:23:52.000+0000", "updated": "2013-04-23T22:23:52.000+0000" }, { "id": "249369", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending against master\nhttps://github.com/appcelerator/titanium_mobile/pull/4221\nBackport to 3_1_X\nhttps://github.com/appcelerator/titanium_mobile/pull/4222", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-29T17:05:30.000+0000", "updated": "2013-04-29T17:05:30.000+0000" }, { "id": "250277", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Working as expected.\r\n\r\nVerified on:\r\nDevice : iPhone 4S , iOS version : 5.1.1\r\nSDK: 3.1.1.v20130503173050\r\nCLI version : 3.1.0\r\nOS : MAC OSX 10.7.5\r\nAppcelerator Studio, build: 3.1.0.201305020752\r\nXCode : 4.5.1", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-05-06T06:02:49.000+0000", "updated": "2013-05-06T06:02:49.000+0000" }, { "id": "276161", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "not sure if this is the same problem but when I try to add multiple pages (views, images or scrollviews) to my scrollable view my pages start looking like this:\r\n!http://ibin.co/w800/zIzPO7oTGOs! \r\nhalf of the next pages is displayed over the current one. It was working fine with 3.1.0 but all newer versions had this error. I have to upgrade to 3.1.3 now because of iOS7 but I can't use the scrollable view now. \r\n\r\nPosted this inside QA: http://developer.appcelerator.com/question/156470/scrollview-inside-scrollableview-displaying-half-pages-again-312\r\n\r\nanybody else got this problem again?", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-22T16:28:03.000+0000", "updated": "2013-10-22T16:28:03.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }