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

hide fired twice wne using overlay #45

Open
pgherveou opened this issue Apr 26, 2012 · 1 comment
Open

hide fired twice wne using overlay #45

pgherveou opened this issue Apr 26, 2012 · 1 comment

Comments

@pgherveou
Copy link
Contributor

I just tried this code from the demo page adding overlay caused the event to be fired twice
Didn't check why yet, any idea ?

new ui.Dialog({ title: 'Title', message: "I'm a simple dialog" })
        .closable().overlay().show().on('hide', function(){console.log("hide")})
@tj
Copy link
Member

tj commented Apr 26, 2012

hmmm could be that most recent commit that I merged, looks fine to me, ill have to write some tests for that

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

2 participants