CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 12 Oct 2025 02:01:30 GMT
Content-Type: text/html
Last-Modified: Thu, 19 Sep 2024 13:59:19 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66ec2e37-2551"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#6679 (Issue with fix #5185) - jQuery UI - Bug Tracker
jQuery UI issues have moved to GitHub. This site is now a static archive of the old Trac bugs site.
Some functions and pages are no longer available.
Some functions and pages are no longer available.
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 https://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: https://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: | new → closed |
Please re-open this ticket if you can provide a reduced test case that doesn't use ASP.NET MVC.