{ "id": "63857", "key": "TIMOB-3225", "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": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11249", "name": "Sprint 2011-14", "archived": true, "released": true, "releaseDate": "2011-04-11" }, { "id": "11260", "description": "", "name": "Release 1.6.2", "archived": true, "released": true, "releaseDate": "2011-04-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-05-16T11:02:09.000+0000", "created": "2011-04-15T03:39:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "attribute", "custom", "defect", "picker", "release-1.6.2", "release-1.7.0", "rplist" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-05-16T11:02:09.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}

Android is unable to recognize custom attributes from a\npicker.

\n

Reference Ticket: http://developer.appcelerator.com/helpdesk/view/75131

\n

Tested using Kitchen Sink on iOS and Android Emulator APIs\n2.2.

{html}", "attachment": [], "flagged": false, "summary": "Android: Picker Custom Attributes", "creator": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "130333", "author": { "name": "ben", "key": "ben", "displayName": "Ben", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

+1 on this as it makes switching between iOS and Android much\neasier

{html}", "updateAuthor": { "name": "ben", "key": "ben", "displayName": "Ben", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:39:56.000+0000", "updated": "2011-04-15T03:39:56.000+0000" }, { "id": "130334", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

(from [2c9933f9897f25ab56aa34b7f0d3fbb016bf1cbc])\nOops, failed to call super's handleCreationDict() [#3225]\n\nhttps://github.com/appcelerator/titanium_mobile/commit/2c9933f9897f...

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:39:57.000+0000", "updated": "2011-04-15T03:39:57.000+0000" }, { "id": "130335", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

Very simple failcase app.js. QE can use this for testing:

\n
\nvar row = Ti.UI.createPickerRow({title: 'blah', custom: 'blee'});\nalert(row.custom);\n
\n

In the failcase, the alert dialog will show \"undefined.\" When\nrunning with the fix it will say \"blee\".

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:39:57.000+0000", "updated": "2011-04-15T03:39:57.000+0000" }, { "id": "130336", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

(from [526c09867c8ed5509df18a55f2155be50a04a294])\nDrillbit test for the picker row attribute bug. [#3225]\n\nhttps://github.com/appcelerator/titanium_mobile/commit/526c09867c8e...

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:39:57.000+0000", "updated": "2011-04-15T03:39:57.000+0000" }, { "id": "130337", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

(from [7e3eda295310ac9df99a58598ca0de998c65c1b2])\nCall super's handleCreationDict [#3225]\n\nhttps://github.com/appcelerator/titanium_mobile/commit/7e3eda295310...

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:39:57.000+0000", "updated": "2011-04-15T03:39:57.000+0000" }, { "id": "130338", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "{html}

Backported to 1_6_X.

{html}", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-04-15T03:39:58.000+0000", "updated": "2011-04-15T03:39:58.000+0000" }, { "id": "130966", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "closing against 1.6.2 GA", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-18T16:46:40.000+0000", "updated": "2011-04-18T16:46:40.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }