{ "id": "61432", "key": "TIMOB-800", "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": "11242", "name": "Release 1.6.0 M09", "archived": true, "released": true, "releaseDate": "2011-02-14" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-04-15T02:36:42.000+0000", "created": "2011-04-15T02:36:41.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "feature", "picker", "release-1.6.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T05:27: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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}

The basic picker causes a crash on android.

\n

Code sample:

\n

Taken from Kitchen Sink 1.2.1

\n
\nvar picker = Ti.UI.createPicker();
\n
\n\n\n
\nvar data = [];\ndata[0]=Ti.UI.createPickerRow({title:'Bananas',custom_item:'b'});\ndata[1]=Ti.UI.createPickerRow({title:'Strawberries',custom_item:'s'});\ndata[2]=Ti.UI.createPickerRow({title:'Mangos',custom_item:'m'});\ndata[3]=Ti.UI.createPickerRow({title:'Grapes',custom_item:'g'});
\n
\n\n\n
\npicker.add(data);
\n
\n

picker is set to null. Emulator errors stating Cannot call add\nmethod on value 'null'

{html}", "attachment": [], "flagged": false, "summary": "Picker Fails on Android", "creator": { "name": "briankimjohnson(atgmail)", "key": "briankimjohnson(atgmail)", "displayName": "briankimjohnson (at gmail)", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "briankimjohnson(atgmail)", "key": "briankimjohnson(atgmail)", "displayName": "briankimjohnson (at gmail)", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124061", "author": { "name": "cyo", "key": "cyo", "displayName": "Cyo", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This ticket refers to \nhttps://appcelerator.lighthouseapp.com/projects/32238/tickets/808-i...\nticket where picker are not implemented

{html}", "updateAuthor": { "name": "cyo", "key": "cyo", "displayName": "Cyo", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:36:41.000+0000", "updated": "2011-04-15T02:36:41.000+0000" }, { "id": "124062", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Assigning to Don for triage, but I'm pretty sure Android has a\npicker now...

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:36:42.000+0000", "updated": "2011-04-15T02:36:42.000+0000" }, { "id": "124063", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

No longer valid.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:36:42.000+0000", "updated": "2011-04-15T02:36:42.000+0000" }, { "id": "408732", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing issue due to time passed and irrelevance of the ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T05:27:17.000+0000", "updated": "2017-03-03T05:27:17.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }