Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
14 Sep 2010 at 19:23 UTC
Updated:
25 Mar 2017 at 20:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThis bug was introduced in the fix for #626260: HS + Views + AJAX pager: HS's JS not running because HS uses Drupal.settings.
http://drupal.org/cvs?commit=412572
Comment #2
Anonymous (not verified) commentedThis patch checks for that settings exist before adding the callback. I don't know if this is a suitable fix, but it gets me past this blocker for now.
Comment #3
hefox commentedFixes my problem also, but not really using it so cannot tell further
Comment #4
benkewell commentedPatch in #2 fixed the issue on my website too.
I believe this patch should be committed to release as soon as possible as it makes all AJAX enabled views fail to load content.
Comment #5
Mr Richards commentedConfirming that #2 worked for me on version 1.194.
I have not learned how to install a patch yet, but in 'sites/all/modules/hierarchical_select/hierarchical_select.module' I added the If statement:
and it worked like a charm. Thanks for the help!
Comment #6
wim leersThanks, committed! :)
http://drupal.org/cvs?commit=424396
Comment #7
carsonblack commentedI was experiencing the issue when I was using ajax in a view. It would fire the error Drupal.HierarchicalSelect javascript error when I would use an exposed filter or when sorting a table. The patch in #2 fixed this issue for me.
Comment #8
wjaspers commentedStill doesn't totally resolve the issue. Maybe it fixes the "Views" error; but Panels still crashes.
Regardless if I try to use a Dropdown with the hierarchy in it, or if I try to use Hierarchical select, the panel starts processing and then burps up its ajax call.
Comment #9
hefox commented(If something is still buggy, it's appropriate to re-open it).
Comment #10
wim leersClosing because nobody seems to confirming this issue. Hence I assume it was an isolated problem.
Comment #11
gunzip commentedsame here. hs 6.x-3.6 + views exposed filter (hs taxonomy filter) + ajax pager + panel does not work after changing page.
it looks like it does not re-attach behaviours. to reproduce
1. put a view in a panel
2. activate ajax pager
3. set up an exposed filter that uses hs (ie. taxonomy with depth > 1)
4. visit the panel and go to page 2
5. try to use hs in the filter again
Comment #12
kenorb commentedComment #13
stefan.r commented