Closed (fixed)
Project:
Module Filter
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 10:13 UTC
Updated:
15 Feb 2012 at 20:50 UTC
7.x-2.x-dev (Jan 31) on the Available updates page, the filter radio buttons on first click do not filter the list, and result in this js error:
'undefined' is not a function (evaluating '$.cookie('DrupalModuleFilter')')
Clicking on a second radio, and all subsequent radios work as expected.
Same in Safari + FF.
I love using this feature on the updates page, btw.
Comments
Comment #1
echoz commentedComment #2
greenskin commentedDoes the JS error give a line number?
Comment #3
echoz commentedmodule_filter.js line 20 - and I did clear my cookies to test. I assumed this is reproducible.
Comment #4
greenskin commentedhttp://drupalcode.org/project/module_filter.git/commit/9d871a855c19496e7...
I hadn't realized jQuery cookie method was not loaded by default by Drupal. I just happened to have another module enabled that used it, thus I wasn't having the issue.