This only affects the 1.x-dev version, not the released 1.2.

To reproduce: add a Video widget and click the "Select" button to choose the video. You won't see anything, but if you close the Ctools dialog you'll see the Media Browser underneath.

I think this came from the upgrade to Media we did for this issue: #2171121: Update Media to at least 7.x-2.0-alpha3+37-dev for PSA-2014-001

I seem to remember this happening in an older version of Panopoly as well, so it might have been something we fixed in CSS but then the new Media release changed a class or id name? Not sure yet...

Comments

dsnopek’s picture

Turns out this had nothing to do with the Media update, but the jquery_update update: #2235081: Update jquery_update to version 2.5

I'm going to revert that update since it appears there are other incompatibilities between Media and jQuery UI 1.10 (included in the update).

I've created a new issue in the Media issue queue for our incompatibility:

#2245143: Media Browser appears underneath CTools dialog and Navbar with jquery_update 2.4

dsnopek’s picture

Status: Active » Fixed

Closing for now - we've got the jquery update issue.

Status: Fixed » Closed (fixed)

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

maxplus’s picture

OK Thanks,

I did not found the other open issue.

I have added this to my own theme css and now everything is OK

/* Increase the z-index of the UI dialog so it is higher than Panels 'add content' modal */
.ui-dialog.ui-front {
 z-index: 1002;
}
travelertt’s picture

The fixes to Media 2.x in issue https://www.drupal.org/node/2082045 and the patch #2082045#comment-8972571 resolve this issue. However another issue with jQuery UI's dialog box is still causing the CTools dialog to appear incorrectly #2316707. But the z-index issue is solved.

travelertt’s picture

dsnopek’s picture

Status: Needs work » Closed (fixed)

This has been fixed for some time. Resetting status!