#1856 closed bug (duplicate)
dialog - can not create multiple dialogs
Reported by: | ThrushAAX | Owned by: | rdworth |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | ui.core | 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:
- open/close dialog 1
- open/close dialog 2
- reopen dialog 1 (instead opens dialog 2)
possible solution; line 12 of ui.dialog.js should be
new $.ui.dialogInit(this, o);
Change History (3)
comment:1 Changed 15 years ago by
Owner: | set to rworth |
---|
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed by #2008 in rev4075. Closing as duplicate.