Posted by Balbo on October 7, 2010 at 3:16pm
3 followers
Jump to:
| Project: | Hierarchical Select Node Reference |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | jrao |
| Status: | active |
Issue Summary
Hierarchical select 6.x-3.5;
Hierarchical Select Node Reference 6.x-1.x-dev;
The example with Country->State->Province->Address works fine on Firefox but not on Safari(5.0.2)/Chrome(6.0.472.63). In this last case no deeper node are shown. Only first level. When you click State (let's say Italy) nothing appear.
Can anyone confirm that?
Ps. I'm using a Mac and made a collegue have a try on Internet Explorer and it did work fine.
Comments
#1
Same with:
Hierarchical Select 6.x-3.6
Hierarchical Select Node Reference 6.x-1.x-dev (2010-Ott-04)
#2
Can anyone confirm that?
#3
I tested this on OSX 10.6.4, Safari 5.0.1, couldn't reproduce the problem. Please note 2010-Oct-04 version is 6.x-1.0, which is not compatible with HS version 3.4 and later.
#4
I tested HS 6.x-3.7 + HS NR 6.x-1.x-dev:
Chrome 11 (dev) - doesn't expand the level when selected
Opera 11 - doesn't expand the level when selected
Internet Explorer 8 - the only one which expanded the level when selected, but with errors, for example the highest level suddenly disappears and second level takes its place.
P.S. I should also mention that no browser actually saved the selected node references, and all three browsers show all nodes on the first level, instead of hiding the lowest level nodes before all higher level are expanded.
#5
Opened, since it seems reinis could reproduce the problem.
Problem on my site persist, and my configuration at the moment is:
HS: 6.x-3.7
HS NR: 6.x-1.x-dev (2011-Feb-25)
#6
reinis.berzins: Are you testing under Windows? I tried Chrome 10 and Opera 11 under Win7 x64 on my test instance (latest dev version of HS and HSNR), couldn't reproduce the problem.
Balbo: Do you have a url/user to your site where I can test? You can send them via contact form on my profile.
#7
Balbo: The problem is the HTML 5 client side database, I'm not sure why yet, but disable this in HS site-wide setting will temporarily fix the problem.
#8
Great. I'm not sure why it now works but it does. Thanks
#9
I tested again: Internet Explorer 8, Opera 9.36, Firefox 3.5 and Firefox 4 now work well (although Internet Explorer 8 and Opera 9.36 both have minor interface bug, missing the triangle > next to expandable parent node, see picture http://drupal.org/node/626070 of how it should be displayed).
New Opera 11.5 alpha doesn't work (the older Opera 11 stable edition started working, if I remember correctly) and neither Chrome 11 (stable), nor Chrome 12 (dev) work - selection of a parent node does nothing (does not expand, but of course when I click "Save" (the node) - it saves the selected values which it didn't save in the past).
My PC runs Windows XP SP3 32-bit. I tested on HS 6.x-3.7 + HS NR 6.x-1.x-dev (2011-Feb-25).
#10
I guess I've found the reason why some of you cannot reproduce the bug - it's because this module works perfectly (even on Chrome and Opera) as VIEWS EXPOSED FILTER, but if you want to make it work on NODE EDIT FORM you have to thick the "Allow creation of new nodes" checkbox (if you don't want to allow creation of any new nodes, you may unthick all the checkboxes below that one)
This is a very strange bug and an even stranger workaround, but it works for me as a temporary solution.
P.S. This problem concerns all Chrome versions (14-dev and 13-stable) and Opera 11.5 alpha (on NODE EDIT FORM only).