Closed (cannot reproduce)
Project:
Hierarchical Select
Version:
6.x-3.5
Component:
Code - Taxonomy
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2011 at 17:09 UTC
Updated:
18 Apr 2012 at 21:52 UTC
Anyone else had problem like this?
I am using small hierarchy inside my custom form. Interesting thing is that this error comes from this part of code:
// When invalid HTML is received in Firefox, jQuery calls this function.
//$('.hierarchical-select-wrapper').html(response.output);
if ($('.hierarchical-select-wrapper > *', $(response.output)).length == 0) {
Drupal.HierarchicalSelect.throwError(hsid, Drupal.t('Received an invalid response from the server.'));
return;
}
In comment it says that this is for Firefox but it is giving error only in IE :)
Any suggestions?
Mihajlo
Kontrola
Comments
Comment #1
wim leersErh. That comment must be wrong. I'm not sure why I wrote that.
Can you reproduce this on a vanilla Drupal site? If you cannot, keep on adding modules that you're using on your actual site until the problem is reproduced.
When you're able to reproduce this (on a vanilla Drupal site with the minimum number of modules to reproduce it), then please make a screencast of:
That makes it easier for me to reproduce the problem. Thanks!
P.S.: don't have any screencast software yet? On Windows and Mac OS X, you can use the free Jing.
Comment #2
wim leersClosing due to lack of response.
Comment #3
misc commentedI use the latest release of the module and I can not get HS to work in Internet Explorer 8 and 9, and I get 'Invalid Response from Server'.
I use an vocabulary with the name 'Län/kommun', I changed the name to something without ä and /, but still had the same problem.
Comment #4
misc commentedComment #5
wim leersPlease don't hijack old issues. Open a new issue instead.
Comment #6
misc commentedHijack old issues? It should be normal procedure to continue an old issue if the problem is the same. But if you want to, I do it....