[ALOY-1013] MobileWeb: Builtin Confirm Dialogs not closing after clicking on yes/no
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Resolved |
| Resolution | Duplicate |
| Resolution Date | 2014-05-12T16:36:53.000+0000 |
| Affected Version/s | Alloy 1.4.0, Alloy 1.3.1 |
| Fix Version/s | n/a |
| Components | Builtins |
| Labels | qe-3.3.0 |
| Reporter | Federico Casali |
| Assignee | Feon Sua Xin Miao |
| Created | 2014-05-10T00:03:37.000+0000 |
| Updated | 2014-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
No comments