{ "id": "98875", "key": "TIMOB-10345", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "15117", "description": "2013 Sprint 12 BB", "name": "2013 Sprint 12 BB", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "15110", "description": "2013 Sprint 12", "name": "2013 Sprint 12", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" }, { "id": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-06-03T09:50:52.000+0000", "created": "2012-08-08T11:45:59.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "blackberry", "medium", "module_window", "qe-3.3.0", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "29481", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "112111", "key": "TIMOB-13329", "fields": { "summary": "BlackBerry: Implement ListView Phase 1", "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": "Low", "id": "4" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "19748", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "97499", "key": "TIMOB-10007", "fields": { "summary": "TiAPI: Be able to set a group of adhoc properties to any proxy at runtime - see description", "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": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-11T18:32:47.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": null, "attachment": [], "flagged": false, "summary": "Blackberry: Implement applyProperties({}) method on Ti.UI objects to take a list of json properties as is done at create time.", "creator": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "256712", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Test code\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar label = Ti.UI.createLabel({\r\n\tleft: 10,\r\n\tright: 10,\r\n\ttext: 'Hello World!'\r\n});\r\n\r\nvar btn = Ti.UI.createButton({\r\n\tbottom: 10,\r\n\ttitle: 'applyProperties'\r\n});\r\n\r\nwin.add(label);\r\nwin.add(btn);\r\n\r\nbtn.addEventListener('click', function(){\r\n\tlabel.applyProperties({\r\n\t\ttext: 'properties applied!',\r\n\t\tbackgroundColor: 'red',\r\n\t\ttop: 10\r\n\t})\r\n});\r\n\r\nwin.open();\r\n{code}\r\nPR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/91", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-06-07T19:37:11.000+0000", "updated": "2013-06-07T19:37:11.000+0000" }, { "id": "276755", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix with:\r\n\r\n\r\nAppcelerator Studio: 3.2.0.201310250414\r\nSDK:3.2.0.v20131024120843\r\nalloy: 1.2.2\r\nacs: 1.0.7\r\nnpm: 1.3.2\r\ntitanium: 3.2.0\r\ntitanium-code-processor: 1.0.3\r\nDevice:Blackberry Z10(v 10.0)\r\nOS: OSX 10.9\r\n\r\nHave checked apply properties({}) method for window object. Working fine", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T09:50:53.000+0000", "updated": "2013-10-25T09:50:53.000+0000" }, { "id": "307257", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "h5.Actual result\r\nTypeError:Object[object tiUIWindowProxy]has no method 'applyProperties' at[objectObject]\r\n\r\nafter click on button\r\n\r\nTested with:\r\nMac osx 10.9.3 Mavericks\r\nAppcelerator Studio, build: 3.3.0.201405271647\r\nTitanium SDK, build: 3.3.0.v20140530163312 \r\nNode.JS Version: v0.10.13 \r\nNPM Version: 1.3.2 \r\nacs@1.0.14 \r\nalloy@1.4.0-beta \r\nnpm@1.3.2 \r\ntitanium@3.3.0-beta2 \r\ntitanium-code-processor@1.1.1\r\nDevice: BB Z10 (10.2.1)", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-02T22:09:06.000+0000", "updated": "2014-06-02T22:09:06.000+0000" }, { "id": "307312", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR for 3.3.X has been merged: https://github.com/appcelerator/titanium_mobile_blackberry/pull/257", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-06-03T09:50:26.000+0000", "updated": "2014-06-03T09:50:26.000+0000" }, { "id": "308506", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as fixed. Tested with\r\nMac osx 10.9.3 Mavericks\r\nAppcelerator Studio, build: 3.3.0.201406061445\r\nTitanium SDK, build: 3.3.0.v20140611084912 \r\nNode.JS Version: v0.10.13 \r\nNPM Version: 1.3.2 \r\nacs@1.0.14 \r\nalloy@1.4.0-beta \r\nnpm@1.3.2 \r\ntitanium@3.3.0-beta2 \r\ntitanium-code-processor@1.1.1\r\nDevice: BB Z10 (10.2.1", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-11T18:32:33.000+0000", "updated": "2014-06-11T18:32:33.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }