Closed (fixed)
Project:
Node Relationships
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 00:29 UTC
Updated:
19 May 2010 at 01:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
markus_petrux commentedAny error reported somewhere? Drupal logs? Apache logs? Javascript?
Also, make sure your version of jQuery UI matches your version of jQuery itself (see requirements section in project page).
If you can see nothing, then this needs to be debugged to find out where the problem is.
We need a recipe to reproduce the problem. Otherwise, it is not possible to guess what's going on.
Comment #2
markus_petrux commentedNot enough information provided. Assuming it's been fixed.
Comment #3
jdblank commentedSorry for the delay in responding...
I do not see any errors in the Apache Logs or Drupal Logs.
I also do not get any javascript errors.
I have Jquery_UI and Jquery Update per the requirements.
Attached is a screen shot. Any other trouble shooting advice or areas to look for errors would be much appreciated.
Comment #4
markus_petrux commentedSo, this needs to be debugged to find out where the problem is.
We need a recipe to reproduce the problem. Otherwise, it is not possible to guess what's going on.
Comment #5
jdblank commentedIt is not throwing any errors that we can see but we are trying to debug further.
Just to confirm is JqueryUI 1.6 is acceptable per the requirements. It mentions JqueryUI 1.7 but we do not find that on the Drupal.org site. We are using Jquery update (that updates jquery to 1.3.2)
Thanks,
Josh
Comment #6
jdblank commentedOK we fixed this. Running Jquery UI 1.6 with Jquery update does not work. So we turned Jquery update off for now.
Comment #7
markus_petrux commentedIf you need jQuery UI library, you need jquery_ui module. This module does not include the jQuery UI library itself. You should download from external site (see jquery_ui module guidelines), and you can choose to install 1.6.x or 1.7.x. So, which one?
The basic difference is:
- jQuery UI 1.6.x requires jQuery 1.2.6.
- jQuery UI 1.7.x requires jQuery 1.3.x.
Drupal comes with jQuery 1.2.6, and jquery_update module updates Drupal to jQuery 1.3.2. But please note that you need jquery_update 6.x-2.x-dev !!!
Combinations that work:
- Drupal core (without jquery_update comes with jQuery 1.2.6) + jquery_ui module + jQuery UI library 1.6.x
- Drupal core + jquery_update 6.x-2.x-dev (upgrades Drupal core to jQuery 1.3.2) + jquery_ui module + jQuery UI library 1.7.x
In any case, you need jquery_ui module, which provides a wrapper for module developers to use the jQuery UI library. The jquery_ui module is compatible with jQuery UI 1.6.x and 1.7.x
Any other combination of libraries will not work.
Comment #9
Geijutsuka commentedUnfortunately having the same problem with my sites... even with the 2.x-dev of jquery update. I will investigate further and post specifics when I get all the settings and configurations together.
Comment #10
markus_petrux commentedThis issue is several months old. Please, open a separate issue, but please do with step by step instructions on how to reproduce the problem. Many sites are using this module, so it seems that if it fails in yours, it could be related to something particular to your installation. Who knows, and with just that information, very little can be done.
Comment #11
Geijutsuka commentedOkay, I'll do that. Thanks.