Closed (fixed)
Project:
Modal Frame API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 15:45 UTC
Updated:
26 May 2010 at 00:10 UTC
I'm using the Rubik theme (with the Admin module: http://drupal.org/project/admin)
Specifically, I was trying to use the create option of the widget and the modal that is created does not popular (firebug doesn't even show a request being made)
I am using jquery 1.3 (via jquery_update) and latest version of admin, and rubik (as of the time of this post) I can get version #s but only if we decide that this issue shouldn't be closed in favor of an issue in admin/rubik.
Comments
Comment #1
electblake commentedoops, I included some details from what I should (and probably will) report in http://drupal.org/project/issues/noderelationships
suffice it to say that the modal doesn't make any requests to server so I figured it was problem with modalframe api and probably not noderelationships.
thanks for the patience and *any* insight into this
Comment #2
myktra commentedI can also confirm this to be the case... using d6.16, jquery_update-6.x-2.0-alpha1 (w/jQuery 1.3.2), jquery_ui-6.x-1.3 (w/jQuery UI 1.7), modalframe-6.x-1.6, admin-6.x-2.0beta3, rubik-6.x-1.0beta8, tao-6.x-1.10 and noderelationships-6.x-1.5.
"Loading" frame appears with animation but the frame never completely loads. I too suppose this could be an issue with Admin 2.x - it was not a problem until Admin 2.x, Rubik and Tao were introduced to the stack (was working fine with Admin 1.x and the Slate theme).
Comment #3
markus_petrux commentedTried with latest dev snapshots of modalframe, and noderelationships?
PS: Also, those who haven't already, try with jQuery 1.3.x and jQuery UI 1.7.x
Comment #4
markus_petrux commentedComment #5
myktra commentedWell, apparently I was wrong...I have two installs of the same site, and one of them surprisingly had not been upgraded to jQuery UI 1.7.3. So going from 1.6>1.7.3 fixes it. So no dev releases were necessary.
The only not-so-great conflict with Admin 2.x, for my tastes at least, is that the Admin 2.x sidebar itself shows up in the Modal Frame; I'll do some further poking around to see if it is possible to decouple/remove it from the frame.
So folks - definitely check /admin/reports/status to ensure you are on jQuery 1.3.x and jQuery UI 1.7.x.
Comment #6
markus_petrux commentedRe: "the Admin 2.x sidebar itself shows up in the Modal Frame"
This is fixed in the dev version of modal frame. See: #732820: Use module_invoke_all('suppress') in child windows to provide support for modules such as admin_menu and admin 2.x
Comment #7
myktra commentedAh, very good...I'll stay tuned for the next point release of Modal Frame.
Comment #8
markus_petrux commentedOk, thanks for the feedback.