Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17055] Android: if there are several consecutive alert windows, the latest alert window replaces previous alert windows

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.3.0
Fix Version/sn/a
ComponentsAndroid
Labelsqe-3.3.0
ReporterKajenthiran Velummaylum
AssigneeUnknown
Created2014-06-02T10:43:16.000+0000
Updated2018-02-28T20:03:17.000+0000

Description

Alert window replaces the previous alert windows if there are multiple consecutive alert windows. For example: following code prints only last alert window.
var win1 = Ti.UI.createWindow({
    backgroundColor: 'white',
});
alert('1.Hi');
alert('2.Hi');
alert('3.Hi');
win1.open();
*Actual Result:* Only alert('3.Hi') is visible in the device *Expected Result:* It should show all 3 alerts as stacks. It's not the regression since issue occurs in 3.2.3 GA as well.

Comments

  1. Samuel Dowse 2014-06-04

    Tested on: Mac OSX 10.9.3 Appcelerator Studio, build: 3.3.0.201405271647 Titanium SDK, build: 3.3.0.v20140603152512 Titanium CLI, build: 3.3.0-beta2 Alloy: 1.4.0-beta Android SDK Tools: 22.6.3 Android Build Tools: 19.1 Android Platform Tools: 19.0.1 Alert "3.Hi" is shown, alert "1.Hi" and "2.Hi" do not display.
  2. jithinpv 2014-08-14

    Issue reproduces Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK version 3.3.0.GA Android device : Motorola Moto G, Android version : 4.4.4

JSON Source