Skip to main content

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

Attachments (1)
  • test1.html (2.3 KB) - added by elffikk October 29, 2008 08:01AM UTC.
Change History (2)

Changed October 29, 2008 12:49PM UTC by scottgonzalez comment:1

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.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted