[AC-1769] 2.1.3.GA breaks label removal on Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-12-30T05:19:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | KT |
Assignee | Shak Hossain |
Created | 2012-10-11T01:29:52.000+0000 |
Updated | 2016-03-08T07:40:39.000+0000 |
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.
Please provide a reproducible test case for this, then it will be re-opened. Thanks!
I've set this to resolved so that the issue can now be edited to provide more info. Thanks, Daniel
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.
Test Environment:
OS: MAC OS X 10.8.5 Ti SDK: 3.2.0.x, 3.1.3.GA Ti CLI: 3.3.0 Android Device Android SDK 2.3.3, 4.2.2Test Code
Step to reproduces
Create a new project
Paste test code in app.js
Now run on Android Device
click on button for removing label from window
Result
Label will removed successfully form windowNot reproducible in 3.2GA. Closing this.