#3524 closed bug (worksforme)
Dialog is not opening after closing it
Reported by: | elffikk | Owned by: | Scott González |
---|---|---|---|
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
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | test1.html added |
---|
comment:1 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.