{ "id": "91015", "key": "TIMOB-8933", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-06-04T00:00:36.000+0000", "created": "2012-04-29T18:25:15.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "qe-port", "release-note" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "17190", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "91267", "key": "TIMOB-9061", "fields": { "summary": "Android: `ScrollableView`: `scroll` event should be renamed to `dragEnd`; proper `scroll` event needed", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "23577", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "104090", "key": "AC-2134", "fields": { "summary": "iOS: Scrollview bug on SDK update (2.1.3.GA and 2.1.0.GA)", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "18744", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "94346", "key": "TIMOB-9869", "fields": { "summary": "iOS: ScrollableView event 'scroll' is fired multiple times", "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": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-12-12T19:58:24.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": "The {{ScrollView}} class has a {{scroll}} event which is fired repeatedly during scrolling. However, the {{ScrollableView}} class does not have anything like this.\r\n\r\nWe need an event for {{ScrollableView}} s that informs us when a {{ScrollableView}} is being moved. Tragically, the {{scroll}} event for {{ScrollableViews}} already does something else -- it fires when the whole view has been scrolled to another page.\r\n\r\nSo, I suggest we call the event {{scrolling}}. It will be emitted continuously as the view is scrolled, and will contain such properties as\r\n\r\n* {{currentPage}} - currently active page index\r\n* {{currentPageAsFloat}} - currently active page index as a float, so if halfway between pages, this will have a value of 0.5\r\n* {{view}} - currently active view\r\n\r\nI'm working on an implementation of this and will pull request the iOS implementation, docs, and tests within the next couple of days.", "attachment": [], "flagged": false, "summary": "iOS: Redefine \"scroll\" event in ScrollableView, and add \"scrollEnd\"", "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": "Ti Mobile SDK", "comment": { "comments": [ { "id": "193083", "author": { "name": "rfranknj", "key": "rfranknj", "displayName": "Russell Frank", "active": true, "timeZone": "America/New_York" }, "body": "Pull request submitted on GitHub: [#2101|https://github.com/appcelerator/titanium_mobile/pull/2101]", "updateAuthor": { "name": "rfranknj", "key": "rfranknj", "displayName": "Russell Frank", "active": true, "timeZone": "America/New_York" }, "created": "2012-04-29T19:04:52.000+0000", "updated": "2012-04-29T19:04:52.000+0000" }, { "id": "193229", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Pull request by community user has been submitted, waiting for action.", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-04-30T17:00:42.000+0000", "updated": "2012-04-30T17:00:42.000+0000" }, { "id": "194271", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Changed title to reflect that this ended up being a redefinition of \"scroll\" and addition of \"scrollEnd\".", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-09T10:34:56.000+0000", "updated": "2012-05-09T10:34:56.000+0000" }, { "id": "196952", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull merged", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-04T00:00:36.000+0000", "updated": "2012-06-04T00:00:36.000+0000" }, { "id": "217135", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Environment used for verification -\r\nTested with Titanium SDK: 2.2.0.v20120830182512\r\nTested with Titanium  Studio: 2.1.2.201208301612\r\nDevice - Simulator iOS 5.1\r\nMachine OS - MAC 10.8", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-31T04:23:44.000+0000", "updated": "2012-08-31T04:23:44.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }