Opened 12 years ago
Closed 12 years ago
#6679 closed bug (notabug)
Issue with fix #5185
Reported by: | sdorzak | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think there is an issue with the fix for memory issues in IE when using overlay http://bugs.jqueryui.com/ticket/5185
When you use AJAX form inside modal dialog the first time it's dispayed it works fine, but when you close it and open again (the overlay is reused) it causes full postback.
You can "fix" it by turning off modal option, or by commenting out the following line from the jQuery-UI.1.8.6.custom.js
this.oldInstances.push(this.instances.splice($.inArray($el, this.instances), 1)[0]);
You can see the details here: http://stackoverflow.com/questions/4177548/issues-with-ajax-form-inside-jquery-ui-popup-in-ie8
Can anyone help me figure out the solution?
Thanks, Slav
Note: See
TracTickets for help on using
tickets.
Please re-open this ticket if you can provide a reduced test case that doesn't use ASP.NET MVC.