Nid yw’r ategyn hwn wedi cael ei ddiweddaru ers 3 ryddhad mawr. Efallai nad yw’n cael ei gynnal bellach ac efallai bod materion cydnawsedd wrth gael ei ddefnyddio gyda fersiynau mwy diweddar o WordPress.

IDN AJAX Workaround

Disgrifiad

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

Gosod

  1. Upload idn-ajax-workaround folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Adolygiadau

There are no reviews for this plugin.

Contributors & Developers

“IDN AJAX Workaround” is open source software. The following people have contributed to this plugin.

Cyfranwyr

Translate “IDN AJAX Workaround” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Cofnod Newid

0.1

  • Initial release