{ "id": "115519", "key": "TIMOB-14121", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-06-26T20:09:43.000+0000", "created": "2013-06-05T10:26:38.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-04-04T23:20:40.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": "h2. Problem description\r\nWhen there are lots of elements (tested with 250) in a picker, the page takes lots of seconds to load.\r\n\r\nh2. Steps to reproduce\r\nUse the following code to reproduce the error:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nvar picker = Ti.UI.createPicker({\r\n\ttop: '50dp',\r\n\theight: '100dp',\r\n\twidth: '90%'\r\n});\r\n\r\nwin.add(picker);\r\n\r\nwin.addEventListener('open', function() {\r\n\tvar countries = [];\r\n\tfor(var i=0; i<250; i++) {\r\n\t\tcountries.push(Ti.UI.createPickerRow({\r\n\t\t\ttitle : \"Country \" + (i+1),\r\n\t\t\tvalue : (i+1)\r\n\t\t}));\r\n\t}\r\n\t\r\n\tpicker.add(countries);\r\n});\r\n\r\nwin.open();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "MobileWeb: Picker is very slow to load when there are many elements", "creator": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": "MobileWeb\r\nSDK 3.1.0\r\nChrome\r\nSafari", "comment": { "comments": [ { "id": "422813", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Marking ticket as \"Won't Fix\" as MobileWeb has been deprecated.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-26T20:10:01.000+0000", "updated": "2017-06-26T20:10:01.000+0000" }, { "id": "436466", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as will not fix.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-04-04T23:20:40.000+0000", "updated": "2018-04-04T23:20:40.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }