{ "id": "63166", "key": "TIMOB-2534", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-08-23T14:45:19.000+0000", "created": "2011-04-15T03:22:07.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "case", "properties", "sensitivity" ], "versions": [], "issuelinks": [ { "id": "20155", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-10T18:23:57.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}

If a program-specific key is added to a Titanium object, it will\nreturn null when the application is built for Android.

\n

The following Table Row has a Name key. Using\nAndroid, the Name key will be null when\nrequesting row.Name

\n
\nvar row = Titanium.UI.createTableViewRow({
\n
\n\n\n
\n
\n
\nheight : 'auto',\nName: 'Hello'\n
\n
\n\n\n
\n});\n
\n

If instead we were to write the following, row.name\nwould give me the proper 'Hello' value:

\n
\nvar row = Titanium.UI.createTableViewRow({
\n
\n\n\n
\n
\n
\nheight : 'auto',\nname: 'Hello'\n
\n
\n\n\n
\n});\n
{html}", "attachment": [], "flagged": false, "summary": "User-defined hash keys with capital letters are null in Android", "creator": { "name": "support(atstateim)", "key": "support(atstateim)", "displayName": "support (at stateim)", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "support(atstateim)", "key": "support(atstateim)", "displayName": "support (at stateim)", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "128712", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Assigning to Don for triage.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:22:08.000+0000", "updated": "2011-04-15T03:22:08.000+0000" }, { "id": "215896", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Tested on a Samsung Galaxy S2 using TiSDK 2.2.0v20120821095711, unable to reproduce.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({ \r\n backgroundColor:'white',\r\n Name: 'Calumon'\r\n});\r\n\r\nalert('Name: ' + win.Name);\r\n\r\nwin.open();\r\n{code}\r\n\r\nTicket marked as resolved. ", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-08-23T14:45:19.000+0000", "updated": "2012-08-23T14:45:19.000+0000" }, { "id": "411239", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-10T18:23:57.000+0000", "updated": "2017-03-10T18:23:57.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }