{ "id": "65800", "key": "TIMOB-5621", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-06-06T05:13:17.000+0000", "created": "2011-05-26T06:35:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T20:40:43.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": "Method hide of pickerRow object does not work on iPhone Safari. When testing in desktop Chrome it is ok. \r\n{code:JavaScript}\r\nvar win = Ti.UI.currentWindow;\r\n\r\nvar picker = Ti.UI.createPicker({\r\n\ttop: 30,\r\n\tleft: 100\r\n});\r\n\r\nwin.add(picker);\r\n\r\np1 = Ti.UI.createPickerRow({title: 'Option1'});\r\np2 = Ti.UI.createPickerRow({title: 'Option2'});\r\npicker.add(p1);\r\npicker.add(p2);\r\n\r\nvar but = Ti.UI.createButton({\r\n\ttitle: 'hide'\r\n});\r\n\r\nwin.add(but);\r\n\r\nbut.addEventListener('click', function(){\r\n\tp1.hide();\r\n});\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "MobileWeb: Method hide of pickerRow does not work on iPhone", "creator": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "subtasks": [], "reporter": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "environment": null, "comment": { "comments": [ { "id": "134369", "author": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "For fixing this we must temporary delete option HTMLElement from select HTMLElement. \nNow node hides by setting display='none' to option", "updateAuthor": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-27T03:59:03.000+0000", "updated": "2011-05-27T03:59:03.000+0000" }, { "id": "410455", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T20:40:43.000+0000", "updated": "2017-03-09T20:40:43.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }