isArray is removed in Drupal 11, causing a fatal error in this module

Created on 18 August 2024, 4 months ago
Updated 22 August 2024, 4 months ago

Problem/Motivation

The JS library provided by the jQCloud Library is using $.isArray, but in Drupal 11 this no longer exists and should be changed to `Array.isArray`.

Since this project is not maintained any more and no work has been done on it recently, I plan to create a new work or perhaps I'll create a patch for it.

Steps to reproduce

Attempt to use the module in Drupal 11

Proposed resolution

If you have already installed the jQCloud library at /libraries/jqcloud , as a temporary solution you will need to edit the file /libraries/jqcloud/jqcloud.js and change all instances of $.isArray to Array.isArray.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

RTBC

Version

3.0

Component

Code

Created by

🇨🇦Canada danrod Ottawa

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024