You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2013/01/09 04:06:13 UTC

[jira] [Resolved] (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 ]

Jesse MacFadyen resolved CB-1672.
---------------------------------

    Resolution: Fixed

05f19ce169c33b476df9b0106ad101b0a542c3f7
                
> "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: Matt Baxter-Reynolds
>            Assignee: Jesse MacFadyen
>             Fix For: 2.4.0
>
>
> Run this code on Windows 8 and you only get one MessageDialog instance appear:
> {noformat}
>     <script type="text/javascript">
>         $(document).ready(function() {
>             // wire up...
>             navigator.notification.alert("Foobar.");
>             navigator.notification.alert("Barfoo.");
>         });
>     </script>
> {noformat}
> 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