I searched for this but couldn't find any info. The module is installed and trying to populate a list with about 150 terms. There are 4 levels. When I change the term of say level 2 or 3. I lose the last selection level (4) as normal, but after selecting a different term the new list for level 4 never loads. The first time selecting terms it works, but when I go to change any term, I lose the the option to select the levels below the new term.

Any ideas?

Thank You
- Jayson

CommentFileSizeAuthor
#15 download.png10.1 KBretiredpro

Comments

Abeaudrian’s picture

Hi
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.

nevets’s picture

I 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

nevets’s picture

More 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

			this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);

but did not completely track it down.

nevets’s picture

More info, if I use jQuery UI 1.7.3 HS also works.

wim leers’s picture

Title: Selection stops Working when Changing between Parent Terms » HS + jQuery UI 1.8.2. compatibility
Component: Code - Content Taxonomy » Code
Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)

So this is a jQuery UI compatibility issue then?

nevets’s picture

Correct, 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.

pog21’s picture

I 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

alanpeart’s picture

I 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.

wim leers’s picture

Title: HS + jQuery UI 1.8.2. compatibility » HS + jQuery UI 1.8.2 compatibility
Category: bug » feature
Status: Postponed (maintainer needs more info) » Active

Patches welcome!

wim leers’s picture

Status: Active » Closed (won't fix)

Closing due to lack of response.

arekanderu’s picture

Status: Closed (won't fix) » Needs review

I am having the same problem but i need to use jquery ui 1.8.x on my site.

Any patches?

stefan81’s picture

Same Issue

nwy’s picture

same here

elaman’s picture

Version: 6.x-3.3 » 7.x-3.x-dev
Category: Feature request » Bug report
Priority: Minor » Critical
Issue summary: View changes
Status: Needs review » Active

I can confirm, jQuery Update with jQuery 1.7+, completely crashes HS.

retiredpro’s picture

StatusFileSize
new10.1 KB

I 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.

owenwilliams’s picture

Having similar problem as retiredpro!

vb’s picture

Having 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.

sainf’s picture

I 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?

vitalie’s picture

I 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.

rothatboat’s picture

I 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.

sokrplare’s picture

Status: Active » Closed (won't fix)

Looks 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.

sarav.din33’s picture

Hi covenantd,

Is there any specific development version we need to download to fix this Jquery UI, HS conflict.

Regards,
Saravana.

agileware’s picture

@sarav.din33 use the latest -dev release of jquery_update (2014-Jul-22) works for me.

Georgique’s picture

Confirming #21. Patch from #2123973: Failed to open: jquery.effects.*.min.js fixed problem with HS.