Closed (outdated)
Project:
Dialog
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2010 at 04:25 UTC
Updated:
6 Jan 2017 at 20:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
johnhanley commentedConfirmed. I'm experiencing the same redirect behavior described w/ jQuery UI 1.7.
Comment #2
Michsk commentedi'm not redirected tough the theme does not work, but that is a easy fix. But i am not redirected. Login and register don't work tough...
Comment #3
amitaibu> Login and register don't work tough...
Make sure you try it when anonymous user.
Comment #4
Anonymous (not verified) commentedSome of this may have to do with jquery_update.
As far as I could see, this isn't documented in any of the READMEs, but I may have missed it.
Comment #5
lelizondo commentedin my case, I had to do this to make it work:
1. Dialog 1.x-dev (2010-Aug-13)
2. Jquery_UI 1.4 (module)
3. Jquery UI Library 1.7.3
4. Jquery Update 6.x-2.x-dev (2010-Sep-09)
5. Ctools 1.x-dev (2010-Oct-15)
And now it works.
Comment #6
just_fixed_it commentedIs this info still up to date? Is this the current recommended recipe?
On the jquery ui website http://jqueryui.com it says this about versions of jquery ui & jquery
Stable: jquery ui v1.8.7, with jquery v1.3.2+
Legacy: jquery ui v1.7.3, with jquery v1.3+
Does anyone have any more info on this?
Cheers, Aaron
Comment #7
drewish commentedWe're using it with 1.7 and haven't had any issues. As far as I know there's not a version of jquery_ui.module that supports 1.8. Once that changes we can ensure that Dialog is compatible with it.
Comment #9
paskainos commented@lelizondo: 3. Jquery UI Library 1.7.3 switch worked like a charm for me too.
Comment #10
mbhnyc commentedHmmm, wondering if this is related to an issue I'm seeing currently:
I have slightly updated versions of the below installed:
1. Dialog 1.x-dev (2011-Mar-14)
2. Jquery_UI 1.5 (module)
3. Jquery UI Library 1.7.3 (installed in a few places, should it be in libraries — as requested by the status page— /jquery-ui/jquery.ui or both??)
4. Jquery Update 6.x-2.x-dev (2011-Apr-19)
5. Ctools 1.x-dev (2011-Jul-14)
And now am seeing an interesting issue where SOME dialogs give me this error:
And others appear correctly but with styles mis-applied. (no background, for example)
Note though that this error came up WHILE I was trying to fix the exact error in this thread - links redirecting instead of popping the dialog.
Any thoughts on this? Would really appreciate any responses - as this is the last nagging issue that's preventing a big push.
Thanks!
Comment #11
mbhnyc commentedOk, made some progress - jquery UI didn't seem to be including correctly, followed the instructions here:
http://blog.houen.net/drupal-jquery-ui-complete-guide/
Which helped a GREAT DEAL. Now a few of my fields have mysteriously disappeared. Ha! Almost there though...
Comment #12
ivrh commentedFor those still getting Fatal error in .../sites/all/modules/profiles/dialog/dialog.module on line 167: Call to undefined function ctools_ajax_command_settings() - here's the patch.
Nicely and safely loading missing ajax.inc file
Comment #13
cyberschorschI made a patch which adds the correct jquery_ui library path to the drupal_add_css function.
Comment #14
arpas commentedWrong jQuery UI css path (for jquery 1.7). I found issues JQUERY_UI_PATH missing. Need to include #13 path in final 6.x module release.
Comment #15
devin carlson commentedDialog 6.x is no longer supported.