[TIMOB-17055] Android: if there are several consecutive alert windows, the latest alert window replaces previous alert windows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.3.0 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-3.3.0 |
Reporter | Kajenthiran Velummaylum |
Assignee | Unknown |
Created | 2014-06-02T10:43:16.000+0000 |
Updated | 2018-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.
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.
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