>
Download This Plugin | |
Download Elegant Themes | |
Name | IDN AJAX Workaround |
Version | 0.1 |
Author | Sergey Biryukov |
Rating | 0 |
Last updated | 2012-05-03 04:48:00 |
Downloads |
539
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
IDN AJAX Workaround plugin added 27 bytes of resources to the Home page and 51 bytes of resources to the sample Post page.
IDN AJAX Workaround plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! IDN AJAX Workaround plugin ads no tables to your Wordpress blog database.In jQuery 1.5+ (bundled with WordPress 3.2+), AJAX requests on sites with IDN domains don't work in IE or Opera.
On Edit Post screen, adding a new category results in JS error:
Message: 'parsed.responses' - is null or not an object
On Categories screen, adding a new category silently fails.
According to jaubourg's comment in jQuery bug tracker, the request is considered cross-domain and, since IE doesn't support cross-domain requests, AJAX won't find a suitable transport and bail out.
This plugin implements a workaround suggested there by making AJAX requests relative.
WordPress Trac ticket: #18952