Search and Top Navigation
#3524 closed bug (worksforme)
Opened October 29, 2008 08:00AM UTC
Closed October 29, 2008 12:49PM UTC
Last modified October 11, 2012 09:15PM UTC
Dialog is not opening after closing it
Reported by: | elffikk | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.6rc2 |
Keywords: | dialog, not opening | Cc: | |
Blocked by: | Blocking: |
Description
I have content in a div and a button "show dialog". First time clicking on button will show a dialog (that is good :) ). After closing it dialog didn't appear when clicking the button. For 1.5.2 version works well
You're trying to initialize the dialog each time, which won't work. You should set autoOpen to false on init and use the .dialog('open') method to open the dialog each time.