{ "id": "92641", "key": "TIMOB-9335", "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": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13408", "description": "Sprint 2012-12 API", "name": "Sprint 2012-12 API", "archived": true, "released": true, "releaseDate": "2012-06-17" }, { "id": "13496", "description": "Release 2.0.3", "name": "Release 2.0.3", "archived": true, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-06-04T15:13:54.000+0000", "created": "2012-05-31T17:24:28.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_titanium", "qe-testadded" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "17585", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "92497", "key": "TIMOB-9299", "fields": { "summary": "iOS: Tapping on Phone Number in textarea greys out the background", "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-08-07T10:56:42.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" } ], "attachment": [], "flagged": false, "summary": "iOS: New feature to add a \"paused\" event listener", "creator": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "environment": "Titanium SDK: 2.0.1.GA2\r\nPlatform OS: iOS", "comment": { "comments": [ { "id": "197111", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Test Code\r\n{code}\r\n\r\nvar win = Ti.UI.createWindow({backgroundColor:'white'});\r\n\r\nvar l = Titanium.UI.createLabel({\r\n text:'See Log for output'\r\n});\r\nwin.add(l);\r\n\r\nwin.open();\r\n \r\n \r\nTi.App.addEventListener('pause',function(e){\r\n\tTi.API.info('PAUSE EVENT');\r\n})\r\nTi.App.addEventListener('paused',function(e){\r\n\tTi.API.info('PAUSED EVENT');\r\n})\r\nTi.App.addEventListener('resume',function(e){\r\n\tTi.API.info('RESUME EVENT');\r\n})\r\nTi.App.addEventListener('resumed',function(e){\r\n\tTi.API.info('RESUMED EVENT');\r\n})\r\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-04T12:38:37.000+0000", "updated": "2012-06-04T12:38:37.000+0000" }, { "id": "197142", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR merged https://github.com/appcelerator/titanium_mobile/pull/2314", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-04T15:13:54.000+0000", "updated": "2012-06-04T15:13:54.000+0000" }, { "id": "197319", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR for 2_0_X merged https://github.com/appcelerator/titanium_mobile/pull/2322", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-05T11:12:55.000+0000", "updated": "2012-06-05T11:12:55.000+0000" }, { "id": "197560", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as Fixed.\r\n\r\nVerified via Vishal's test code.\r\n\r\nSDK: 2.1.0.v20120606105255\r\nStudio: 2.1.0.201206051612\r\nOS: Snow Leopard\r\nDevices Tested: iPhone Simulator 5.0, iPad2 4.3.5", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-06T13:21:26.000+0000", "updated": "2012-06-06T13:21:26.000+0000" }, { "id": "197562", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Also verified on: 2.0.3.v20120605111708", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-06T13:26:52.000+0000", "updated": "2012-06-06T13:26:52.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }