{ "id": "91280", "key": "TIMOB-9019", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13402", "description": "Sprint 2012-10 Core", "name": "Sprint 2012-10 Core", "archived": true, "released": true, "releaseDate": "2012-05-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-05-07T15:14:51.000+0000", "created": "2012-05-03T10:48:52.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "core", "module_scrollableview", "qe-testadded" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2014-02-24T19:48:39.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The {{scrollingEnabled}} property should be supported on {{ScrollableView}} s on Android.", "attachment": [], "flagged": false, "summary": "Android: `ScrollableView` should support `scrollingEnabled` property", "creator": { "name": "rfranknj", "key": "rfranknj", "displayName": "Russell Frank", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "rfranknj", "key": "rfranknj", "displayName": "Russell Frank", "active": true, "timeZone": "America/New_York" }, "environment": "Android", "comment": { "comments": [ { "id": "193605", "author": { "name": "rfranknj", "key": "rfranknj", "displayName": "Russell Frank", "active": true, "timeZone": "America/New_York" }, "body": "Opened pull request [#2130|https://github.com/appcelerator/titanium_mobile/pull/2130] which addresses this issue.", "updateAuthor": { "name": "rfranknj", "key": "rfranknj", "displayName": "Russell Frank", "active": true, "timeZone": "America/New_York" }, "created": "2012-05-03T11:58:54.000+0000", "updated": "2012-05-03T11:58:54.000+0000" }, { "id": "194022", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Test case from contributor was:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({layout:'horizontal'});\r\n\r\nvar view1 = Ti.UI.createView({ backgroundColor:'#123', width: 250 });\r\nvar view2 = Ti.UI.createView({ backgroundColor:'#246', width: 250 });\r\nvar view3 = Ti.UI.createView({ backgroundColor:'#48b', width: 250 });\r\n\r\nvar scrollableView = Ti.UI.createScrollableView({\r\n views: [view1,view2,view3],\r\n showPagingControl: true,\r\n width: 300,\r\n height: 430\r\n});\r\n\r\nwin.add(scrollableView);\r\nwin.open();\r\n\r\nsetTimeout(function () {\r\n scrollableView.scrollingEnabled = false;\r\n setTimeout(function () {\r\n scrollableView.setScrollingEnabled(true);\r\n }, 5000);\r\n}, 5000);\r\n{code}\r\n\r\nAfter 5 seconds, the view should stop being scrollable. Five seconds after that, it should once again be able to be scrolled.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-07T15:16:15.000+0000", "updated": "2012-05-07T15:16:15.000+0000" }, { "id": "199027", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio build 2.1.0.201206172244\r\nTi Mobile SDK2.1.0.v20120618134156 hash r00905cd0\r\nOSX Lion 10.7.3\r\nNexus S OS 4.0.4\r\n\r\nThe expected behavior is shown", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-18T18:11:52.000+0000", "updated": "2012-06-18T18:11:52.000+0000" }, { "id": "278874", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Anvil test case added.\nhttps://github.com/appcelerator/titanium_mobile/pull/4943", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-10T16:37:43.000+0000", "updated": "2013-11-10T16:37:43.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }