{ "id": "112869", "key": "TIMOB-13560", "fields": { "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true }, "parent": { "id": "106749", "key": "TIMOB-13544", "fields": { "summary": "TiAPI: bubbleParent property not being set properly on both iOS and Android", "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": "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": "15486", "description": "2013 Sprint 10 API", "name": "2013 Sprint 10 API", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-05-09T21:36:17.000+0000", "created": "2013-04-15T18:14:35.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-14T18:58:31.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Test case in TIMOB-13544\r\n\r\nAdditional test code \r\n{code}\r\ntry {\r\n var button1 = Ti.UI.createButton();\r\n Ti.API.info('From creation Dict = ' + button1.bubbleParent+' '+button1.getBubbleParent());\r\n button1.bubbleParent=false;\r\n Ti.API.info('Set false with property = ' + button1.bubbleParent+' '+button1.getBubbleParent());\r\n button1.bubbleParent=true;\r\n Ti.API.info('Set true with property = ' + button1.bubbleParent+' '+button1.getBubbleParent());\r\n button1.setBubbleParent(false);\r\n Ti.API.info('Set false with setterMethod = ' + button1.bubbleParent+' '+button1.getBubbleParent());\r\n button1.setBubbleParent(true);\r\n Ti.API.info('Set true with setter method = ' + button1.bubbleParent+' '+button1.getBubbleParent());\r\n \r\n} catch (e) {\r\n Ti.API.error('button1 getBubbleParent() error:' + e);\r\n}\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: the bubbleParent property does not work correctly", "creator": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "251035", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending\r\nhttps://github.com/appcelerator/titanium_mobile/pull/4237", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T17:09:08.000+0000", "updated": "2013-05-09T17:09:08.000+0000" }, { "id": "251038", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Backport to 3_1_X\nhttps://github.com/appcelerator/titanium_mobile/pull/4238", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T17:14:51.000+0000", "updated": "2013-05-09T17:14:51.000+0000" }, { "id": "251064", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "CR &FR on master and 3_1_X PR ", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T17:55:52.000+0000", "updated": "2013-05-09T17:55:52.000+0000" }, { "id": "251116", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Reopening. Crashing SDK. Need to add nil check", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T20:23:31.000+0000", "updated": "2013-05-09T20:23:31.000+0000" }, { "id": "251118", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR's\nhttps://github.com/appcelerator/titanium_mobile/pull/4242 (master)\nhttps://github.com/appcelerator/titanium_mobile/pull/4243 (3_1_X)", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T20:31:08.000+0000", "updated": "2013-05-09T20:31:08.000+0000" }, { "id": "412151", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-14T18:58:31.000+0000", "updated": "2017-03-14T18:58:31.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }