{ "id": "103099", "key": "AC-1769", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "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": "2013-12-30T05:19:49.000+0000", "created": "2012-10-11T01:29:52.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:40:39.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "win.remove(Ti.UI.Label) leaves the border of the label stranded onscreen afterward. This new in 2.1.3. Reverting to 2.1.2 fixes it.", "attachment": [], "flagged": false, "summary": "2.1.3.GA breaks label removal on Android", "creator": { "name": "kt", "key": "kt", "displayName": "KT", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kt", "key": "kt", "displayName": "KT", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Android 4.1.1", "comment": { "comments": [ { "id": "228758", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Please provide a reproducible test case for this, then it will be re-opened. Thanks!", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-28T00:49:28.000+0000", "updated": "2012-11-28T00:49:28.000+0000" }, { "id": "235926", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I've set this to resolved so that the issue can now be edited to provide more info.\r\nThanks,\r\nDaniel", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-25T18:16:15.000+0000", "updated": "2013-01-25T18:16:15.000+0000" }, { "id": "283117", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "We tried to reproduce the issue with a sample test case and were not able to reproduce it with Titanium SDK 3.1.3GA. Please test this issue using the latest release and let us know your feedback. If you continue to get any error, please update this ticket with your test case so that we can review. If we don't hear back, we will assume the issue is resolved and we will close the ticket.\r\n\r\nh5. Test Environment: \r\n\r\nOS: MAC OS X 10.8.5\r\nTi SDK: 3.2.0.x, 3.1.3.GA\r\nTi CLI: 3.3.0\r\nAndroid Device\r\nAndroid SDK 2.3.3, 4.2.2\r\n\r\nh5. Test Code\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : '#fff',\r\n\tlayout : 'vertical',\r\n\r\n});\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext : 'label',\r\n\tcolor : '#fff',\r\n\ttextAlign : 'center',\r\n\ttop : 20,\r\n\tborderColor : 'red',\r\n\tborderWidth : '5',\r\n\tborderRadius : 5,\r\n\twidth : 200,\r\n\theight : 100,\r\n});\r\n\r\nwin.add(label);\r\n\r\nvar button = Ti.UI.createButton({\r\n\ttitle : 'Button',\r\n\ttop : 29,\r\n});\r\n\r\nbutton.addEventListener('click', function() {\r\n\twin.remove(label);\r\n});\r\n\r\nwin.add(button);\r\n\r\nwin.open();\r\n{code}\r\n\r\nh5. Step to reproduces\r\n# Create a new project \r\n# Paste test code in app.js\r\n# Now run on Android Device\r\n# click on button for removing label from window \r\n\r\n\r\n\r\nh5. Result \r\n\r\nLabel will removed successfully form window ", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-08T16:12:46.000+0000", "updated": "2013-12-17T21:16:17.000+0000" }, { "id": "286075", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Not reproducible in 3.2GA. Closing this.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-28T07:15:32.000+0000", "updated": "2013-12-28T07:15:32.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }