Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0
Component:
exposed filters
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 10:26 UTC
Updated:
30 Jan 2012 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
hb.tan commentedComment #2
ak commentedI got the exact same error in views 3.0.
Scanning the DOM, I noticed that
$widget->idseems to be undefined for the exposed filter "Content: Has new content (exposed)":Views widget output reads:
<div id="-wrapper" class="views-exposed-widget views-widget-checkboxes"></div>where the id should read something like "edit-checkboxes-wrapper" instead.
Reproduce:
Set the filter "Content: Has new content" to exposed, save and visit the view page (doesn't happen on views preview).
Comment #3
dawehnerHere is a patch which fixes this issue, please try it
Comment #4
dawehnerJust committed that patch as it looks fine.
Thanks for reporting this issue.