{ "id": "62318", "key": "TIMOB-1686", "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": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:56:52.000+0000", "created": "2011-04-15T02:59:23.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2011-04-17T01:56:52.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}

Example:

\n
\nvar Foo = { bar: function () { return 'baz'; } };\nTi.UI.createWindow({ Foo: Foo, url: 'next.js' });\n
\n

next.js:

\n
\nvar win = Ti.UI.currentWindow; \nvar Foo = win.Foo;\nFoo.bar();\n
\n

This fails, because of the way that we treat proxy properties\nwith uppercase first-letters as something special. It would work if\nwe made the property to be named foo instead of\nFoo. It works in iOS with the uppercase, however. We\nshould re-engineer our use of the uppercase first-letter of\nproperty names.

{html}", "attachment": [], "flagged": false, "summary": "Android: Unable to have custom proxy properties whose names have uppercase first letters", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "126366", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [3753d69dab1a81f17b3a76c3ebfbf4bb92f691a7])\n[#1686 state:fixed-in-qa] Don't give up on\nloading properties/methods of a KrollObject just because the 'first\nletter is uppercase' rule of loading a module failed. \nhttp://github.com/appcelerator/titanium_mobile/commit/3753d69dab1a8...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:59:24.000+0000", "updated": "2011-04-15T02:59:24.000+0000" }, { "id": "126367", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

1.4.2.5935b3 g1, 2.2 sim

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:59:24.000+0000", "updated": "2011-04-15T02:59:24.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }