You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Matthew Baxter-Reynolds (JIRA)" <ji...@apache.org> on 2012/10/18 11:26:03 UTC

[jira] [Updated] (CB-1672) "alert" calls don't stack as they do on other platforms

     [ https://issues.apache.org/jira/browse/CB-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Baxter-Reynolds updated CB-1672:
----------------------------------------

    Issue Type: Bug  (was: Improvement)
    
> "alert" calls don't stack as they do on other platforms
> -------------------------------------------------------
>
>                 Key: CB-1672
>                 URL: https://issues.apache.org/jira/browse/CB-1672
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows 8
>            Reporter: Matthew Baxter-Reynolds
>            Assignee: Jesse MacFadyen
>
> Run this code on Windows 8 and you only get one MessageDialog instance appear:
>     <script type="text/javascript">
>         $(document).ready(function() {
>             // wire up...
>             navigator.notification.alert("Foobar.");
>             navigator.notification.alert("Barfoo.");
>         });
>     </script>
> Run it on iOS and you'll get two message (albeit not tidily).
> We either need to create a queue, or document it as a quirk.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira