{ "id": "123536", "key": "TIMOB-15939", "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": "15715", "description": "2013 Sprint 25", "name": "2013 Sprint 25", "archived": true, "released": true, "releaseDate": "2013-12-13" }, { "id": "15716", "description": "2013 Sprint 25 API", "name": "2013 Sprint 25 API", "archived": true, "released": true, "releaseDate": "2013-12-13" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-12-10T19:22:43.000+0000", "created": "2013-12-10T14:34:42.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-closed-3.2.0", "qe-testadded", "supportTeam", "triage" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-01-22T09:54:17.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": "h6.Issue description\r\nOptionDialog isn't scrolling correctly. This is only reproducible at iPad. iPhone 4 devices does not seem affected.\r\n\r\nh6.Steps to reproduce\r\nIf you press the button and see the optionsDialog that displays and then try to scroll, you will notice that it looks like 2 lists, one that stays still and the other that actually scrolls (please see screen shoot attached).\r\n\r\nh6.Runnable sample\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n});\r\n\r\nvar btn = Ti.UI.createButton({\r\n title: 'here'\r\n});\r\n\r\nbtn.addEventListener('click', function(){\r\n\r\nvar optionsArray = new Array;\r\n\r\nfor (loopCount = 0; loopCount < 150; loopCount++) {\r\n optionsArray[loopCount] = 'Name of the person, item ' + loopCount;\r\n}\r\n\r\nvar dialog = Ti.UI.createOptionDialog({\r\n title: 'select something...',\r\n options: optionsArray,\r\n cancel: -1,\r\n});\r\n\r\ndialog.items = new Object();\r\ndialog.addEventListener('click', function(b) {\r\n\r\n});\r\n\r\ndialog.show();\r\n});\r\n\r\nwin.add(btn);\r\nwin.open();\r\n{code}\r\n\r\n", "attachment": [ { "id": "44531", "filename": "iOS Simulator Screen shot Dec 9, 2013 3.18.07 PM.png", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-10T14:34:43.000+0000", "size": 174299, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: OptionDialog can't scroll correctly", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "iOS7\r\nTiSDK 3.1.3.GA", "comment": { "comments": [ { "id": "283561", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Introduced new property opaquebackground. \n\nTest Case\n{code}\nvar win = Ti.UI.createWindow({\n backgroundColor: 'white'\n});\n \nvar btn = Ti.UI.createButton({\n title: 'here'\n});\n \nbtn.addEventListener('click', function(){\n \nvar optionsArray = new Array;\n \nfor (loopCount = 0; loopCount < 150; loopCount++) {\n optionsArray[loopCount] = 'Name of the person, item ' + loopCount;\n}\n \nvar dialog = Ti.UI.createOptionDialog({\n title: 'select something...',\n options: optionsArray,\n cancel: -1,\n opaquebackground:true\n});\n \ndialog.items = new Object();\ndialog.addEventListener('click', function(b) {\n \n});\n \ndialog.show();\n});\n \nwin.add(btn);\nwin.open();\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-10T17:28:05.000+0000", "updated": "2013-12-10T17:28:05.000+0000" }, { "id": "283563", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending against master\r\nhttps://github.com/appcelerator/titanium_mobile/pull/5107\r\n\r\nBackport to 3_2_X\r\nhttps://github.com/appcelerator/titanium_mobile/pull/5108", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-10T17:31:57.000+0000", "updated": "2013-12-10T17:31:57.000+0000" }, { "id": "283697", "author": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed on:\nMac OSX 10.9 Mavericks\nTitanium Studio, build: 3.2.0.201312091613\nTitanium SDK, build: 3.2.0.v20131210112451\nCLI: 3.2.0-cr\nAlloy: 1.3.0-cr\niOS Device: iPhone 5S (7.0)\n\nTested using both code from description and comment. Both work as expected.\nClosing.", "updateAuthor": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-11T00:18:36.000+0000", "updated": "2013-12-11T00:18:36.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }