How to submit bug to Appcelerator? I encounter some problem about animation

You must Login before you can answer or comment on any questions.

I found some animation bug in SDK 2.1.3GA but I can't find where to submit it

On Android, following code has running correctly in SDK 2.1.2 but will cause crash on both emulator and actual device in SDK 2.1.3GA/2.1.4 beta/3.0 beta

var a_temp = Ti.UI.createAnimation({
    left:Ti.App.wz_screenwidth-parseInt(30*Ti.App.wz_screendpi/160),
    duration:300
});
view.animate(a_temp);

— asked 9 months ago by Wade Zhao
1 Comment
  • It is borderRadius, any view with borderRadius will occur this problem, I'm sure this is a bug.

    — commented 9 months ago by Wade Zhao

1 Answer

Accepted Answer

Please consider submitting a JIRA ticket so the dev team can take a look at it.

You will need to create an account on the JIRA as the accounts aren't shared with it yet. Your ticket will be submitted under the Titanium Community (TC) and then reviewed and moved to the appropriate queue.

— answered 9 months ago by Stephen Feather
answer permalink
1 Comment
  • Thanks Stephen, and finally I located the problem, it is borderRadius, any view with borderRadius will occur this animation problem.

    — commented 9 months ago by Wade Zhao

Your Answer

Think you can help? Login to answer this question!