The problem is input:date-clear in /js/global_filter_all.js ...

@@ -32,7 +32,7 @@
           });
           if (elId == '') {
             // Single/Multi selects, date fields and text fields
-            var selectors = ['select'+claz, claz+' select', 'input:text'+claz, claz+' input:.date-clear', '.global-filter-links'+claz];
+            var selectors = ['select'+claz, claz+' select', 'input:text'+claz, claz+' input.date-clear', '.global-filter-links'+claz];
             for (var sel=0; sel < selectors.length; sel++) {
               $(selectors[sel]).each(function() { // date range has 2 fields
                 selector = selectors[sel];

I think this solve the problem.

Comments

RdeBoer’s picture

Thanks dmotilla,
Just so everyone reading this thread is clear... This mod does not break any functionality for those who have NOT updated to the latest version of jQuery and are still on core's version... right?
Rik

RdeBoer’s picture

Assigned: Unassigned » RdeBoer
Status: Patch (to be ported) » Fixed

Added to 7.x-1.11.
Thanks dmotilla.
Rik

Status: Fixed » Closed (fixed)

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