Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1013] MobileWeb: Builtin Confirm Dialogs not closing after clicking on yes/no

GitHub Issuen/a
TypeBug
PriorityMedium
StatusResolved
ResolutionDuplicate
Resolution Date2014-05-12T16:36:53.000+0000
Affected Version/sAlloy 1.4.0, Alloy 1.3.1
Fix Version/sn/a
ComponentsBuiltins
Labelsqe-3.3.0
ReporterFederico Casali
AssigneeFeon Sua Xin Miao
Created2014-05-10T00:03:37.000+0000
Updated2014-06-18T22:31:42.000+0000

Description

Problem description

When run on MobileWeb, confirm dialogs does not close after clicking on yes or no. Reproducible with https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-949 sample code or with: index.js
var dialogs = require('alloy/dialogs');
$.index.open();
dialogs.confirm();
index.xml
<Alloy>
	<Window/>
</Alloy>
Result: nothing happens when clicking on the "No" or "Yes" Confirm dialog button on MobileWeb. On Android and iOS it works as expected. Not a regression

Comments

No comments

JSON Source