{ "id": "165194", "key": "TIMOB-24279", "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": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2017-01-06T07:36:41.000+0000", "created": "2017-01-05T16:50:07.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "scrollView", "windows", "windows8.1", "windows_phone" ], "versions": [], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T23:14:25.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "ScrollView don't scroll the content. \r\n\r\nScrollview instead clip the exceeded content.\r\n\r\ni have tryied the simple examples that i found on the official documentation:\r\n\r\n[http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ScrollView]\r\n\r\nI attach screenshots captured on the windows phone 8.1 emulator.\r\n\r\nWhen you try to scroll (vertically or horizontally) the only result is the bounce effect of the clipped content.\r\n\r\nExample 1:\r\n\r\n{code} var win = Ti.UI.createWindow({\r\n backgroundColor:'white'\r\n });\r\n \r\n if (Ti.UI.Android){\r\n win.windowSoftInputMode = Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\r\n }\r\n \r\n function createRow(i) {\r\n var row = Ti.UI.createView({\r\n backgroundColor: 'white',\r\n borderColor: '#bbb',\r\n borderWidth: 1,\r\n width:'100%', height: 70,\r\n top: 0, left: 0\r\n });\r\n var inputTextField = Ti.UI.createTextField({\r\n hintText: 'Enter value ' + i,\r\n keyboardType: Ti.UI.KEYBOARD_NUMBERS_PUNCTUATION,\r\n top: 10, left: '10%',\r\n width: '80%', height: 60\r\n });\r\n row.add(inputTextField);\r\n return row;\r\n }\r\n \r\n var scrollView = Ti.UI.createScrollView({\r\n bottom:120,\r\n layout: 'vertical'\r\n });\r\n \r\n for(var i = 0; i <= 20; i++){\r\n var row = createRow(i);\r\n scrollView.add(row);\r\n }\r\n win.add(scrollView);\r\n \r\n var label = Ti.UI.createLabel({\r\n backgroundColor:'darkgray',\r\n text: 'Your advert here',\r\n textAlign: 'center',\r\n bottom:0,\r\n width: Titanium.UI.FILL,\r\n height:100\r\n });\r\n win.add(label);\r\n win.open();{code}\r\n\r\nExample 2:\r\n\r\n{code}\r\n \r\n \r\n \r\n \r\n \r\n{code}", "attachment": [ { "id": "61181", "filename": "example_1.png", "author": { "name": "luk3luk3", "key": "luk3luk3", "displayName": "Luca Sartori", "active": true, "timeZone": "Europe/Rome" }, "created": "2017-01-05T16:35:01.000+0000", "size": 16746, "mimeType": "image/png" }, { "id": "61180", "filename": "example_2.png", "author": { "name": "luk3luk3", "key": "luk3luk3", "displayName": "Luca Sartori", "active": true, "timeZone": "Europe/Rome" }, "created": "2017-01-05T16:49:55.000+0000", "size": 3278, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: ScrollView don't scroll the content", "creator": { "name": "luk3luk3", "key": "luk3luk3", "displayName": "Luca Sartori", "active": true, "timeZone": "Europe/Rome" }, "subtasks": [], "reporter": { "name": "luk3luk3", "key": "luk3luk3", "displayName": "Luca Sartori", "active": true, "timeZone": "Europe/Rome" }, "environment": "OS: Windows 8.1 Pro \r\nVisual Studio: 2013 Update \r\nAppcelerator Studio: 4.4.0 \r\nTitanium SDK: 5.4.1", "comment": { "comments": [ { "id": "404171", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~kota] Something you might know something about?", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-01-05T21:40:30.000+0000", "updated": "2017-01-05T21:40:30.000+0000" }, { "id": "404200", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Duplicate of TIMOB-23930, this should be fixed in 6.0.0.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-01-06T07:36:41.000+0000", "updated": "2017-01-06T07:36:41.000+0000" }, { "id": "414669", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate with reference to the above comments and links.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T23:14:25.000+0000", "updated": "2017-03-21T23:14:25.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }