Hello,
i'm currently working on a small project and i found a issue with the jQuery UI Dialogs after the page gets reloaded. I'm loading the pages dynamical with the $("id").load("url"); function in JQuery. If the user double clicks on a row in a table the dialog will show and will contain the data the rows currently holds. But after the reload of the page the labels inside the dialog are not changing.
This occured in IE8 i dont know what will happen in the other browsers not yet tested.
Code:
Steps to reproduce:
1. click link 1.
2. double click row
3. Text in dialog loaded correctly from the row.
4. close dialog.
5. click on link 1 again.
6. double click row
7. no text loaded from the row in the dialog.