Search and Top Navigation
#4535 closed bug (duplicate)
Opened May 16, 2009 02:38AM UTC
Closed June 09, 2009 12:23AM UTC
ui demo have double dialogs
Reported by: | kevinlonigro | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.7.1 |
Keywords: | demo | Cc: | |
Blocked by: | Blocking: |
Description
ui demo have double dialogs.
How to reproduce.
Go to the following demo: http://jqueryui.com/demos/dialog/
Notice when moving a dialog there is another dialog under the first. This became noticable when trying to close a dialog it would not close on the first attempt.
The following dialogs are affected: modal dialog, modal message, and modal confirmation.
Attachments (0)
Change History (3)
Changed May 17, 2009 01:20PM UTC by comment:1
milestone: | TBD → 1.8 |
---|---|
priority: | minor → blocker |
Changed June 06, 2009 12:54PM UTC by comment:2
This bug appear only when you try to load dialog from ajax request like tabs. First time you load a page you have a single instance of window, if you navigate to another tab an come back you would have two instances, if you repeat it again you would get 3 instances of same window and so on.
hope it would help.