Skip to main content

Search and Top Navigation

#6679 closed bug (notabug)

Opened November 21, 2010 05:49PM UTC

Closed November 21, 2010 08:07PM UTC

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

Attachments (0)
Change History (1)

Changed November 21, 2010 08:07PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

Please re-open this ticket if you can provide a reduced test case that doesn't use ASP.NET MVC.