Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#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)

test1.html (2.3 KB) - added by elffikk 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by elffikk

Attachment: test1.html added

comment:1 Changed 15 years ago by Scott González

Resolution: worksforme
Status: newclosed

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.

comment:2 Changed 11 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.