Newy
Newy

Reputation: 40117

Prior jQuery UI Dialogs become nonresponsive after opening a new Dialog

I'm having issues with multiple jQuery dialogs. The first one opens fine - is resizable, draggable, etc. However, when I open a second the first becomes unresponsive to dragging/moving/closing, even after the second one is closed. What is the reason for this and how can it be fixed?

According to the jQuery documentation this should work fine (since stacking is supported).

Upvotes: 0

Views: 170

Answers (1)

brianpeiris
brianpeiris

Reputation: 10795

Seems to work perfectly here:

http://jsbin.com/itira

Upvotes: 1

Related Questions