{ "id": "109378", "key": "TIMOB-12619", "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "15280", "description": "2013 Sprint 06 JS", "name": "2013 Sprint 06 JS", "archived": true, "released": true, "releaseDate": "2013-03-25" }, { "id": "14816", "description": "2013 Sprint 06", "name": "2013 Sprint 06", "archived": true, "released": true, "releaseDate": "2013-03-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-03-18T18:48:57.000+0000", "created": "2013-02-07T18:20:24.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "js" ], "versions": [ { "id": "14161", "description": "Release 3.0.1", "name": "Release 3.0.1", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [ { "id": "25614", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "105698", "key": "TIMOB-11896", "fields": { "summary": "MobileWeb: PagingControl not working in ScrollableView in mobileweb", "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": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-01-09T23:01:06.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "h4. Problem Description\r\nEven if you set pagingControlTimeout to 0, you won't see the pagecontrol until you touch the view for the first time. \r\n\r\nh4. Code Example \r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'white',\r\n\tlayout : 'vertical'\r\n});\r\nvar view1 = Ti.UI.createView({\r\n\tbackgroundColor : 'red'\r\n});\r\nvar view2 = Ti.UI.createView({\r\n\tbackgroundColor : 'black'\r\n});\r\nvar scrollableView = Ti.UI.createScrollableView({\r\n\tviews : [view1, view2],\r\n\tshowPagingControl : true,\r\n\tpagingControlTimeout : 0\r\n});\r\n\r\nwin.add(scrollableView);\r\nwin.open(); \r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "MobileWeb: pagingControlTimeout not working in ScrollableView in mobileweb", "creator": { "name": "anagesh", "key": "anagesh", "displayName": "Anirudh Nagesh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "environment": "Ti SDK 3.0.2.v20130201161712 and MobileWeb", "comment": { "comments": [ { "id": "242295", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/3967", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-14T20:08:55.000+0000", "updated": "2013-03-14T20:08:55.000+0000" }, { "id": "287534", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested as described and verified fixed with:\nAppcelerator Studio, build: 3.2.1.201401081616\nNode.JS Version: v0.10.13\nNPM Version: 1.3.2\n├── acs@1.0.11\n├── alloy@1.3.1-beta2\n├── npm@1.3.2\n├── titanium@3.2.0\n└── titanium-code-processor@1.1.0\nSafari 7.0 browser", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-09T23:00:05.000+0000", "updated": "2014-01-09T23:00:05.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }