Side navigation
#1856 closed bug (duplicate)
Opened October 29, 2007 08:17PM UTC
Closed December 08, 2007 11:40AM UTC
dialog - can not create multiple dialogs
Reported by: | ThrushAAX | Owned by: | rworth |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://dev.jquery.com/view/trunk/plugins/ui/demos/ui.dialog.html
steps to reproduce error:
1. open/close dialog 1
1. open/close dialog 2
1. reopen dialog 1 (instead opens dialog 2)
possible solution; line 12 of ui.dialog.js should be
new $.ui.dialogInit(this, o);