Related to sliderfield module:

If you have installed jquery_update and use v1.8 you get the following error:

Uncaught TypeError: Cannot call method 'addClass' of undefined
jquery.ui.slider.js?v=1.8.11 Line 298

There are no problems with 1.5 or 1.7.

Comments

sinasalek’s picture

This module uses the jquery slider that ships with core, so you should fill the issue against jquery_update module

haggins’s picture

Title: Incompatible with jQuery 1.8 » jQuery 1.8 incompatible with sliderfield
Project: SliderField » jQuery Update
Version: 7.x-2.0-alpha4 » 7.x-2.3

Ok, changed the issue.

haggins’s picture

Issue summary: View changes

Updated issue summary.

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This sounds like 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.