Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13789] Android: opening a lightweight window with opacity animation fails

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2013-08-01T20:30:29.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.2.0
ComponentsAndroid
Labelsmodule_animation, qe-testadded
ReporterDavide Cassenti
AssigneeIngo Muschenetz
Created2013-05-08T13:40:49.000+0000
Updated2013-10-18T18:15:23.000+0000

Description

Problem description

Opening a window with an animation that changes its opacity fails if the window is not heavyweight.

Steps to reproduce

Use the following code:
var win = Ti.UI.createWindow({
	backgroundColor: 'blue',
	opacity: 0
});

win.open({
    duration : 250,
    opacity : 1
});
The window never shows up - its opacity stays at 0. If you add some property to make the window heavyweight (e.g. navBarHidden=true or fullscreen=true), the animation works fine.

Comments

  1. Allen Yeung 2013-08-01

    This is fixed in 3.2.0
  2. Federico Casali 2013-10-18

    Verified fixed. TiSDK 3.2.0.v20131017152001 CLI 3.2.0 Titanium Studio 3.2.0.201310152326 Closing.

JSON Source