Modify ↓
Ticket #1946 (closed bug: invalid)
uiDialog.open always opens most recent dialog
| Reported by: | kbansner | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ui | Version: | |
| Keywords: | dialog binding | Cc: | rdworth@… |
| Blocking: | Blocked by: |
Description
On the ui.dialog.html sample page http://dev.jquery.com/view/trunk/ui/current/demos/ui.dialog.html
1. Create and close all three dialogs in order. 2. Open the first dialog by clicking the "open" button.
Result: The third dialog re-appears.
It seems that the last dialog initialized is opened regardless of which id is called via: $(element).dialogOpen().
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

duplicate of #1856 look there if you want to fix for your own local copy