Closed (fixed)
Project:
Module Filter
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2017 at 10:58 UTC
Updated:
12 Sep 2018 at 17:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alisonIssue still happening in 8.4.0-beta1 :(
Comment #3
wrd commentedI get the following javascript error with module_filter enabled. It goes away when I disable the module.
TypeError: $checkbox.size is not a function. (In '$checkbox.size()', '$checkbox.size' is undefined)Comment #4
alphawebgroupComment #5
joelpittetWas removed in jQuery 3, good catch.
Comment #6
alison#4 worked perfectly for me on 8.4.0-beta1!
Comment #7
efpapado commented#4 worked perfectly for me on 8.4.0-rc1 too. Please commit!
Comment #8
wrd commented#4 is working for me on 8.4.0-rc1 as well.
Comment #9
mogio_hh commented#4 is working for 8.4.0-rc2.
Should make it's way at least to DEV as 8.4 is rc2
Cheers
Comment #10
websiteworkspace commentedI can confirm experiencing this same problem with core 8.4.0.
Comment #11
kpaxman commentedI confirm that the issue exists in 8.4.0 final, and the patch in #4 fixes it. Adding my voice to the people calling for this to be added into the dev branch. Thanks!
Comment #12
websiteworkspace commentedThe patch at #4 is working.
Comment #13
drupov commentedYep, #4 works with 8.4.0
Comment #15
maxilein commentedWill there be a new release for D.8.4.0 or will everybody have to patch the system?
Comment #16
alphawebgrouplooks like it's fixed now
Comment #17
websiteworkspace commentedA new release is available that fixes this problem and various others.
https://www.drupal.org/project/module_filter/releases/8.x-3.1
Comment #18
websiteworkspace commentedAnother confirmation that this module is working correctly now.
The problems that existed previously with this module have been fixed with this update to 3.1.
Updated via composer, and verified that all fixes are functional.
Comment #19
biigniick commentedI'm having a similar issue on Drupal 8.4 and Module Filter 3.1I've updated Module Filter with composer, flushed caches, uninstalled, reinstalled... not sure what else to try. Any help would be awesome.
chrome console output displays this
with the tabs disabled by unchecking that option in config (/admin/config/user-interface/module-filter) the error doesn't show up until typing in the filter box.
with tabs enabled the error displays as soon as the tabs render in the screen.
nevermind. apparently something didn't update and clearing caches, unchecking aggregate js, and re-checking, and clearing caches again fixed it
must have been a cache issue
Comment #21
mogio_hh commentedIs this Fix by now in dev ? or stable ? How can I find out?
Comment #22
marty.true commentedPlease reopen this issue as it still persists. I am using Drupal 8.5.6 and Module Filter 8.x-3.x-dev (latest) and this exact issue still persists and I am getting the same javascript error as reported in #3 above.Even after all the Drupal/Drush cache clearing, you will still need to clear your browser cache to see this working properly.