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

electblake’s picture

oops, 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

myktra’s picture

I 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).

markus_petrux’s picture

Tried 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

markus_petrux’s picture

Status: Active » Postponed (maintainer needs more info)
myktra’s picture

Well, 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.

markus_petrux’s picture

Re: "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

myktra’s picture

Ah, very good...I'll stay tuned for the next point release of Modal Frame.

markus_petrux’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok, thanks for the feedback.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.