Closed (won't fix)
Project:
Hierarchical Select
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 00:36 UTC
Updated:
8 Jan 2015 at 08:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Abeaudrian commentedHi
I'm having the same problem, so subscribing. I tried changing menu item parents- from navigation menu to primary links, but it just hangs never completing the switch.
Comment #2
nevets commentedI am having the same problem using a content taxonomy field. When I first select the top level, it shows all the levels (3) correctly. Changing the 2nd level causes the 3rd level to disappear.
Update: Fails both when creating content type or on registration form.
Update 2: Once it fails, selecting new top level term does not show any children
Comment #3
nevets commentedMore Information.
Site running jQuery 1.3.2
The site I was trying to get HS to work on had jQuery UI module, 6.x-1.3 with jQuery UI 1.8.2.
Disabled jQuery UI module and HS now works.
This is true for both HS 3.1 and 3.3
As a comparison and installation with HS 3..1 and jQuery UI 1.7.2 works.
Side note: I suspect problem has to do with this line in jQuery.js
but did not completely track it down.
Comment #4
nevets commentedMore info, if I use jQuery UI 1.7.3 HS also works.
Comment #5
wim leersSo this is a jQuery UI compatibility issue then?
Comment #6
nevets commentedCorrect, this is a jQuery UI compatibility issue. As per #3 it seems to be related to the animations but I not dig far enough to confirm that.
Comment #7
pog21 commentedI have a similar (possibly the same) issue:
1:
I have a hierarchy of country/region/city.
Say I click on country1->region1->city1 but then change my mind and choose country2. Now the child terms of 'country2' do not appear. Clicking on any further countries (including country1) produces the same problem. Basically you have to choose the right hierarchy path first time, or refresh the page.
Note that if I add the first choice to the drop-box (and not 'change my mind'), the form will work for another choice.
2:
The animated sliding effect of the drop-down lists does not work. The next list in the hierarchy just appears at the side.
Both problems only occur when jquery_ui is activate.
Using HS 6.x-3.5, jquery_ui 1.4, jquery.ui 1.8.4, firefox 3.5.12, safari 5.0.2
Comment #8
alanpeart commentedI can confirm: Hierarchical Select was broken on my site until I disabled jQuery UI 1.8.
Downgrading to jQuery UI 1.7.3 solved the problem.
Comment #9
wim leersPatches welcome!
Comment #10
wim leersClosing due to lack of response.
Comment #11
arekanderu commentedI am having the same problem but i need to use jquery ui 1.8.x on my site.
Any patches?
Comment #12
stefan81 commentedSame Issue
Comment #13
nwy commentedsame here
Comment #14
elamanI can confirm, jQuery Update with jQuery 1.7+, completely crashes HS.
Comment #15
retiredpro commentedI need jQuery 1.7 due to Bootstrap theme requirement. Has anybody had any luck in figuring this out?
The problem in my case is that each time I select and add a term from HS, I have to click on the "Update" button before I can add a new term. Otherwise if I try to add a new term without doing this, it wont register the new add.
Also, I dont know if anybody has had this problem but the current dev release of HS has an unusual issue with trying to add terms. If I select a term and then click on the Add button, an ajax message will appear and tell me that a new node has been created.
Comment #16
owenwilliams commentedHaving similar problem as retiredpro!
Comment #17
vb commentedHaving the same issue (D 7.26). HS works only if I set jQuery 1.5 on administaritive pages.
jQuery 1.7 or jQuery 1.8 do not work.
Comment #18
sainf commentedI think that's only a file naming problem in jquery_update ui files.
Coping /jquery_update/replace/ui/ui/minified/jquery.ui.effect-drop.min.js to /jquery_update/replace/ui/ui/minified/jquery.effects.drop.min.js works with jquery_update dev on jQuery 1.8, but i don't now if is a jquery update or a HS issue...
Any ideas?
Comment #19
vitalie commentedI confirm #18. Renaming works, provided your setting is on Production. I have also tried setting jquery_update to take the files from CDN and it works. I suspect this is a jquery_update issue.
Comment #20
rothatboat commentedI confirm that #18 fixed the same issue for me. My node add form is now properly allowing the HS widget to work through the taxonomy tree depth and change the downstream values if a different parent term is selected.
Comment #21
sokrplare commentedLooks like this was due to #2123973: Failed to open: jquery.effects.*.min.js which has now been patched in jQuery Update.
Best fix right now is switching to the jQuery Update module dev release because this patch was committed a day after jquery_update-7.x-2.4 came out unfortunately.
Linking this issue over there and requesting a new release whenever possible to prevent other compatibility problems with contrib modules.
Comment #22
sarav.din33 commentedHi covenantd,
Is there any specific development version we need to download to fix this Jquery UI, HS conflict.
Regards,
Saravana.
Comment #23
agileware commented@sarav.din33 use the latest -dev release of jquery_update (2014-Jul-22) works for me.
Comment #24
Georgique commentedConfirming #21. Patch from #2123973: Failed to open: jquery.effects.*.min.js fixed problem with HS.