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.
Comments
Comment #1
Anonymous (not verified) commentedmarkpackham1 created an issue. See original summary.
Comment #2
web247 commentedIn 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.
Comment #3
Anonymous (not verified) commentedI'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.
Comment #4
grimreaperHello,
Thanks for the patch. Fixed the issue on Drupal 8.4.2.
Comment #5
frobTesting now, sorry I missed this issue for so long.
Comment #7
frobFixed and Committed.