I'm trying to use nodereference explorer with modalframe and jquery 1.7. When I attempt to open the explorer, it just hangs (image attached).
If I change back to use the Built In dialog, I can get the items to appear in the dialog (so presumably the view is working), but I am not sure how to select them. The details in the view click through to the actual node, and there doesn't seem to be a way to actually select them.
I'm sure I'm doing something silly, but I can't seem to figure it out and I'm not sure where to look. Any guidance would be greatly appreciated.
Comments
Comment #1
gnindl commentedIt is probably some kind of JavaScript error. Can you come up with Firebug/JS error logs? Is it browser specific? Have you flushed your CSS/JS cache when updating the module?
Comment #2
lindsayo commentedI am getting the same hanging modal. I've attached a screenshot as well. I'm sorry that I can't really grab the Firebug error any better than this, but it disappears too quickly.
I get the same behavior in FF and Chrome.
Comment #3
ayukko commentedI am having a similar issue. The node explorer does not open at all, although the web browser window does not hang. I am using jquery UI library 1.8.15
Trying it in every browser I have available, I have found out this error in IE8 :
"Message: '$.ui.version' is null or is not an object
Line: 19
Character: 3
Code: 0
URI: http://192.168.0.195/sites/all/modules/nodereference_explorer/js/explore...
"
Hope this helps. Let me know if further information is needed.
Comment #4
websitetechnician commentedI ran into the same problem, it has something to do with ModalFrame and Jquery Update not playing well together (even though the documentation at Modalframe tells you to upgrade to the latest Jquery Update of 6-x2.0alpha1.) Try rolling it back to Jquery Update 6-x1.1 (1.2.6 build) then try the modal window. It worked for me running Jquery UI 1.7.3 and Drupal 6.2
Comment #5
websitetechnician commentedActually scratch my above response. Go check to make sure you have your jquery.ui folder inside the sites/all/libraries folder (previously Jquery UI wanted that folder inside sites/all/modules) so updating the module may have caused this to happen. Drupal will still say you have 1.7.3 even without the Jquery.ui folder in the libraries folder, so its slightly misleading.
If 1.7.3 isn't in your libraries folder then roll update back to 6.1.1. If it is you have to upgrade to 6.2 alpha. Either way your modal window will actually load.
Comment #6
gnindl commentedShould be fixed by now.