I set up a fresh new drupal installation
- new database
- clean URLs disabled

Contrib modules:
- jquery_update
- jquery_interface
- hierarchical_select

i created a new content type:
- route

i created a new vocabulary "Region" (required, single Hierarchy, content type route):
Italy
--Subregion 1
----Sector 1
----Sector 2
----Sector 3
--Subregion 2
----Sector A
----Sector B
----Sector C
--Subregion 3
----Sector A
----Sector B
----Sector C

When i create a new route and select "Subregion 2" it showes me only the options for "Subregion 1" (Numbered sectors 1, 2, 3) and not the A, B, C

Comments

wim leers’s picture

Component: User interface » Miscellaneous
Category: bug » support
Priority: Critical » Normal

Have you copied jquery_update's jquery.js to the "misc" directory?

derjochenmeyer’s picture

thanks for the immediate response!

i just did it all again. New drupal installation (fresh 5.2). Latest versions of all 3 modules:
- jquery_update
- jquery_interface
- hierarchical_select

- first i enabled the jquery module, copied the jquery.js out of the jquery_update folder to the misc folder. refreshed.
- then enabled jquery_interface
- then the hierarcical_select module

- then i created the content type
- then the vocabulary

same thing :(

wim leers’s picture

Have you configured the vocabulary to allow the selection of multiple terms? Disable that, it's not yet supported.

derjochenmeyer’s picture

no nothing. just required. single hierarchy.

http://www.kletterfotos.de/drupal5/
user: admin
pass: admin

wim leers’s picture

Assigned: Unassigned » wim leers

Confirmed.

Figuring out why this is happening now.

wim leers’s picture

Title: hierarchical select does not work » Hierarchical Select fails when clean urls are disabled

That's the cause.

wim leers’s picture

Title: Hierarchical Select fails when clean urls are disabled » Hierarchical Select fails to update when the server doesn't support clean urls
wim leers’s picture

Status: Active » Fixed

Fix committed.

Download the dev release in a couple of hours, or wait for the 1.2 release, which I'll probably do later today.

Anonymous’s picture

Status: Fixed » Closed (fixed)