{ "id": "134306", "key": "TIMOB-17616", "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": "16586", "description": "Release 3.4.2", "name": "Release 3.4.2", "archived": false, "released": true, "releaseDate": "2017-03-11" }, { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-11-27T05:46:10.000+0000", "created": "2014-08-07T13:17:43.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "TCSupport", "ios", "module_view", "qe-manualtest", "view" ], "versions": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-11-27T05:46:10.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": "h4. Problem Description\r\nThere is a change of how we make objects visible with 3.3.0.GA \r\n\r\n*VIEW A* [width 30 - height 30]\r\n*VIEW B* [width 30 - height 30 - left 30]\r\n\r\n- With SDK <= *3.2.3.GA* if i add the *VIEW B* to *VIEW A* , the *VIEW B* is not visible [CORRECT]\r\n- With SDK *3.3.0.GA* if i add the *VIEW B* to *VIEW A* , the *VIEW B* is visible [NOT CORRECT]\r\n\r\n\r\nh4. Steps to Reproduce\r\n\r\n- Create a new mobile project (Classic Titanium)\r\n- Replace app.js content with this: \r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : 'white',\r\n fullscreen : true\r\n});\r\n\r\n\r\nvar view_1 = Ti.UI.createView({\r\n width : 30,\r\n height : 30,\r\n backgroundColor : \"red\"\r\n});\r\n\r\nvar view_2 = Ti.UI.createView({\r\n width : 30,\r\n height : 30,\r\n backgroundColor : \"green\",\r\n left : 30\r\n});\r\n\r\nwin.add(view_1);\r\nview_1.add(view_2);\r\n\r\nwin.open();\r\n{code}\r\n- Run the test code with 3.2.3GA SDK\r\n- Run the test code with 3.3.0GA SDK\r\n\r\n", "attachment": [ { "id": "50301", "filename": "Schermata 2014-08-07 alle 14.57.54.png", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-08-07T13:21:14.000+0000", "size": 34350, "mimeType": "image/png" }, { "id": "50302", "filename": "Schermata 2014-08-07 alle 14.58.30.png", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-08-07T13:21:14.000+0000", "size": 31652, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Child views showing as visible when outside parent bounds", "creator": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "subtasks": [], "reporter": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "environment": "Titanium SDK: 3.2.3.GA - 3.3.0.GA \r\nTitanium CLI: 3.3.0\r\nXcode 5.1.1\r\niOS 7.1.1", "closedSprints": [ { "id": 126, "state": "closed", "name": "2018 Sprint 05 SDK", "startDate": "2018-02-25T19:38:08.926Z", "endDate": "2018-03-11T18:38:00.000Z", "completeDate": "2018-03-11T22:06:01.520Z", "originBoardId": 100 } ], "comment": { "comments": [ { "id": "319074", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "no one has yet performed some test?", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-08-18T14:18:37.000+0000", "updated": "2014-08-18T14:18:37.000+0000" }, { "id": "326328", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "the bug persist on 3.4.0.GA", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-09-30T14:00:14.000+0000", "updated": "2014-09-30T14:00:20.000+0000" }, { "id": "326329", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I believe this may be related to either TIMOB-13294 or TIMOB-17166. Thoughts?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-30T14:00:45.000+0000", "updated": "2014-09-30T14:00:45.000+0000" }, { "id": "326332", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "so there is no solution?", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-09-30T14:11:22.000+0000", "updated": "2014-09-30T14:11:22.000+0000" }, { "id": "326333", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I am curious if adding the clip properties as mentioned in those tickets fixes the issue.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-30T14:15:05.000+0000", "updated": "2014-09-30T14:15:05.000+0000" }, { "id": "326334", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "this work\r\n{code}\r\nclipMode : Ti.UI.iOS.CLIP_MODE_ENABLED\r\n{code}\r\n", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-09-30T14:18:52.000+0000", "updated": "2014-09-30T14:32:20.000+0000" }, { "id": "326338", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "a solution also for this TIMOB-17466 ?\r\nthanks @Ingo Muschenetz for the help", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-09-30T14:36:03.000+0000", "updated": "2014-09-30T14:36:24.000+0000" }, { "id": "328101", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending\r\nmaster - https://github.com/appcelerator/titanium_mobile/pull/6221\r\n3_4_X - https://github.com/appcelerator/titanium_mobile/pull/6222", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-10-14T21:51:59.000+0000", "updated": "2014-10-14T21:51:59.000+0000" }, { "id": "333831", "author": { "name": "kvelummaylum", "key": "kvelummaylum", "displayName": "Kajenthiran Velummaylum", "active": true, "timeZone": "Asia/Shanghai" }, "body": "Verified the Fix as it's working fine in following environment.\r\nHence closing the ticket\r\n\r\nTest Environment:\r\nTitanium SDK: 3.5.0.v20141125154115\r\nAppc-Studio: 3.4.1 GA\r\nTitanium CLI: 3.4.1 GA\r\nAlloy : 1.5.1 GA\r\nXcode : 6.1\r\nOS: OSX 10.10.1\r\nDevice : iPhone 6plus (iOS 8.1)", "updateAuthor": { "name": "kvelummaylum", "key": "kvelummaylum", "displayName": "Kajenthiran Velummaylum", "active": true, "timeZone": "Asia/Shanghai" }, "created": "2014-11-26T06:50:54.000+0000", "updated": "2014-11-26T06:50:54.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }