Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot display 2 dialog boxes back to back #166

Closed
cscalfani opened this issue Aug 12, 2013 · 3 comments
Closed

Cannot display 2 dialog boxes back to back #166

cscalfani opened this issue Aug 12, 2013 · 3 comments

Comments

@cscalfani
Copy link

If from the callback of an alert dialog box, I trigger a process that brings up another dialog box, the second will display and then hide instantly.

This is because the first one didn't finish hiding. If there was a callback or event when transitionDone is called, then I wouldn't have to kludge my code with a 300ms delay. (I chose 300ms since the transition lasts 250ms.)

@chris03
Copy link

chris03 commented Sep 16, 2013

I'm having the same issue.

Doing a simple confirm followed by an alert is working: http://jsfiddle.net/QgEpN/2/

But when I do a confirm then an ajax call and then show an alert if does not work: http://jsfiddle.net/QgEpN/1/

@fabien-d
Copy link
Owner

fabien-d commented Oct 8, 2013

Fixed with ^. Will be part of 0.3.11

@fabien-d
Copy link
Owner

fabien-d commented Oct 8, 2013

Available now:

I will be updating the demo page and docs shortly. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants