Hi I did a clean install of Drupal 8.4 and installed the module via drush.

I tried to select multiple checkboxes on /admin/people/permissions dragging my mouse over them but nothing was picked up.
I made sure to check inside the module's js folder and could see that speedboxes.js was there so I don't think I need to download any additional libraries.

I uninstalled and reinstalled the module via the Drupal UI and still have the same problem. The module isn't having any business critical impact on me, I was just curious to see it in action. I hope my choice of “Normal” as a priority was correct, this is the first issue I've ever raised.

CommentFileSizeAuthor
#2 jquery-deprecation-2919946-2.patch1.51 KBweb247

Comments

Anonymous’s picture

markpackham1 created an issue. See original summary.

web247’s picture

Status: Active » Needs review
StatusFileSize
new1.51 KB

In jQuery 3.0, size() method was removed (it was deprecated since 1.8). I replaced all size() calls with the length property and now added the patch here.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

I've tested https://www.drupal.org/files/issues/jquery-deprecation-2919946-2.patch on the permissions page with a clean build and now the module works fine. Thanks for fixing it.

grimreaper’s picture

Hello,

Thanks for the patch. Fixed the issue on Drupal 8.4.2.

frob’s picture

Testing now, sorry I missed this issue for so long.

  • frob committed e877b20 on 8.x-1.x authored by web247
    Issue #2919946 by web247, markpackham1, Grimreaper: Version 8.1 fails to...
frob’s picture

Status: Reviewed & tested by the community » Fixed

Fixed and Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.