Cheers everyone. I have a problem with Hierarchical Select that seems to be related to IE only.

Drupal verision is 6.20, all modules up to date. I am using a custom theme, but have tried other themes and get the same results.

In Firefox, Google Chrome, etc, when I select an item from a defined list (in this case "foreign films"), another textbox appears where I can then select a language.

In IE, when I make the same first selection as above, I can see the thumper spinning, but the second text box never appears. I also get the following error on the page:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET CLR 1.1.4322)
Timestamp: Wed, 16 Mar 2011 15:02:37 UTC


Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
URI: http://myrcpl/node/add/1431-new-items

If anyone has seen or dealt with this, a nudge in the right direction of fixing it would be appreciated.

Comments

mpruitt’s picture

Here is how I did it.

1. Disable JQuery UI module (under User Interfaces in module directory)
2. Deleted the "jquery.ui" folder in /sites/all/modules/jquery_ui/
3. Ran update.php
4. Cleared the cache for the site
5. Downloaded the JQuery UI release again from http://code.google.com/p/jquery-ui/downloads/list?q=1.6
6. Extracted the above, and renamed it jquery.ui
7. Placed above directory in the /sites/all/modules/jquery_ui/ folder
8. Ran update.php again

All is well in the Internet Explorer world....for the time being.