Closed (won't fix)
Project:
Dialog
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2010 at 17:31 UTC
Updated:
13 Jul 2015 at 15:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Michsk commentedthis probably has to do with the jquery UI 1.7 issue.
Comment #2
Michsk commentedhad to do with ui 1.6
Comment #3
scotjam commentedhow do you get around this?
Comment #4
Michsk commented... your kidding right? Anyway read this issue good and you'll find out. I stoped using dialog api for it does not seem maintaned i switched to ctools moda.
Comment #5
amitaibu@lasac,
Dialog seems to be working ok for me.
@scotjam,
Make sure you try to login/ register an an *anon* user. Probably worth changing dialog_example not to allow those links for authenticated users...
Comment #6
amitaibuAnd here's the patch for dialog_example, that also removes white space.
Comment #7
Michsk commentedthe problem is that dialog_api does not work with jquery ui 1.7
Comment #8
Anonymous (not verified) commentedAs I posted in #804002: Incompatible with jquery_ui 1.7?:
Some 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 #9
drewish commentedcommitted the attached to DRUPAL-6--1. bumping to the 7.x branch so someone can see if it applies there.
Comment #10
moonray commentedThe patch won't work as is. Some of the functions to use have changed.
Comment #11
solotandem commentedUpdated patch for D7.14 and latest code for Dialog.
See also patch in #5 of #1457230: Login or Register does not validate. 7.x-1.x-dev that fixes the form submission for login and register. The request new password form still does not display.
Comment #12
mustanggb commentedI did the same thing but used
user_is_anonymous()instead.Also added a
user_access('access content')check to "Simple test".Comment #13
devin carlson commentedThe 7.x-1.x branch of the Dialog module is unsupported.