[TIMOB-3183] Android: Changing zIndex force closes on Android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2012-08-31T12:42:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | core |
| Reporter | marcus |
| Assignee | Neeraj Gupta |
| Created | 2011-04-15T03:38:59.000+0000 |
| Updated | 2017-03-10T00:16:57.000+0000 |
Description
On Android 2.2, and if I change a imageview's zindex after animation with the complete function I get a force close.
Example code:
bg1.animate({
top:0,
left:-1470,
duration:2500
}, function() {
bg1.zIndex = 10;
});
Tested on a Samsung Galaxy S2 using TiSDK 2.2.0v20120830102513, unable to reproduce the issue. Ticket marked as resolved.
Closing this ticket as the issue cannot be reproduced.