Hi,

there seems to be a critical issue where when using jquery_update v7.x-3.0-alpha3, we have done the following, but are getting an undefined error message. Below is the error message and this is blocking lots of pages as they rely on jquery to load properly, but it does not. We need an option to either update to jquery v2.2+, v3.x+, or this issue needs to be resolved through the module if possible.

Error messaged caused by (line 5559 jquery.js when using uncompressed):

// Support: IE9
// getPropertyValue is only needed for .css('filter') (#12537)
if ( computed ) {
ret = computed.getPropertyValue( name ) || computed[ name ];
}

Console error message:

"undefined" and it generates a URL of "site.com/en/undefined" which is accessible by google bots and other bots that crawl sites.

Comments

drupi17 created an issue. See original summary.

drup16’s picture

Issue tags: +jQuery, +jquery_update
drup16’s picture

We have disabled all js compress, disabled caching at all levels (drupal, server, and cdn), but we are still getting the error. We have already tried modifying the location by putting the

tag to include the js file in the header and footer, but seem to still see the issue. Have others encountered this issue?
markhalliwell’s picture

Category: Bug report » Support request
Priority: Major » Normal
Status: Active » Closed (works as designed)
Issue tags: -jQuery, -jquery_update

This is a jQuery version/API deprecation issue and can resolved in the 7.x-3.x branch by either:

  1. Choosing a lower jQuery version for an admin theme like Seven
  2. Enabling the jQuery Migrate plugin to handle deprecated APIs/features.