cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

As of jQuery 1.9 global Ajax events are only triggered on document element #872

Closed peter-nl closed 3 years ago

peter-nl commented 3 years ago

Thanks for this great plugin!!

In latest GeoMashup v1.13.3 line 587 in https://github.com/cyberhobo/wordpress-geo-mashup/blob/master/js/location-editor.js

$ajax_message.ajaxError( function( event, request, settings ) {

with WP 5.5(.1) causes an issue; ajaxError should be attached to the document.

Anyone who's looking for a simple work-around can temporarily use Automattic's https://nl.wordpress.org/plugins/enable-jquery-migrate-helper/.

Kind regards, Peter

cyberhobo commented 3 years ago

Thanks for the report! Hopefully this is an easy fix.