{ "id": "93204", "key": "TIMOB-9534", "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": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-06-22T21:41:00.000+0000", "created": "2012-06-14T03:03:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api", "qe-ios060112" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-22T21:41:00.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": "It is not a regression.It exists as far as 1.8.2 .\r\nWhen the scrollview contains a number of views(24 for iphone and 60 for ipad),it moves out of screen and do not shifts on the screen even when focused.\r\n\r\nRefer the code below:\r\n{code}\r\nvar win=Titanium.UI.createWindow();\r\n\r\nvar view1 = Ti.UI.createView({\r\n\tbackgroundColor:'red'\r\n});\r\nvar l1 = Ti.UI.createLabel({\r\n\ttext:'View 1',\r\n\tcolor:'#fff',\r\n\twidth:'auto',\r\n\theight:'auto'\r\n});\r\nview1.add(l1);\r\n\r\nvar scrollView = Titanium.UI.createScrollableView({\r\n\tviews:[view1],\r\n\tshowPagingControl:true,\r\n\tpagingControlHeight:30,\r\n\tmaxZoomScale:2.0,\r\n\tcurrentPage:0\r\n});\r\n\r\nwin.add(scrollView);\r\nwin.addEventListener('open',function()\r\n{\r\n\tfor(var i=0;i<24;i++)\r\n\t{\r\n\tvar newView = Ti.UI.createView({\r\n\t\tbackgroundColor:'purple'\r\n\t});\r\n\tvar l = Ti.UI.createLabel({\r\n\t\ttext:'View ' + (scrollView.views.length+1),\r\n\t\tcolor:'#fff',\r\n\t\twidth:'auto',\r\n\t\theight:'auto'\r\n\t});\r\n\tnewView.add(l);\r\n\tscrollView.addView(newView);\r\n\t}\r\n});\r\n\r\nwin.open();\r\n{code}\r\n\r\nChange the for condition when running on i-pad.Change 24 to around 60.\r\n\r\nSteps to reproduce\r\n1)Use the above code to make sample app and run it.\r\n\r\nExpected result:\r\nEven when the pagination count of views move out of window,the paging control of the focused view should be displayed on the screen.\r\n\r\nActual result:\r\nThe paging control of focused view remains out of screen.", "attachment": [], "flagged": false, "summary": "iOS:ScrollView:'PagingControl' do not shows paging control of focussed view when window is over populated with views. ", "creator": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested with Titanium SDK: 2.1.0.v20120613210250\r\nTested with Titanium  Studio: 2.1.0.201206121914\r\nDevice - iPad 2,iphone 4S\r\niOS - 5.1", "comment": { "comments": [ { "id": "244451", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \n\nTested with\n\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0 \nTitanium SDK version: 3.0.2 \niOS iPhone Simulator: iOS SDK version: 6.0\n", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-28T08:49:07.000+0000", "updated": "2013-03-28T08:49:07.000+0000" }, { "id": "422579", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am unable to reproduce this issue with the following environment;\r\niPhone 7 (10.2)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170620103414\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-22T21:41:00.000+0000", "updated": "2017-06-22T21:41:00.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }