Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3183] Android: Changing zIndex force closes on Android

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-08-31T12:42:10.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelscore
Reportermarcus
AssigneeNeeraj Gupta
Created2011-04-15T03:38:59.000+0000
Updated2017-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;

});

Comments

  1. Junaid Younus 2012-08-31

    Tested on a Samsung Galaxy S2 using TiSDK 2.2.0v20120830102513, unable to reproduce the issue. Ticket marked as resolved.
  2. Lee Morris 2017-03-10

    Closing this ticket as the issue cannot be reproduced.

JSON Source