If you click on maximize icon in cke editor and try to open LinkIt or Add media (anything that uses jquery ui-dialog), then z-index of the dialog will be lower than ckeditors full screen window and popup can't be seen.

CKeditor full screen z-index is 9999. There's a a parameter called zIndex in ui-dialog, that makes the fix quite simple.

Patch in next post.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hkirsman’s picture

Patch for 7.x-2.x branch.

hkirsman’s picture

Status: Active » Needs review
Devin Carlson’s picture

Status: Needs review » Reviewed & tested by the community

The patch in #1 applied cleanly and fixed the media browser being hidden behind the "fullscreen" CKEditor.

ParisLiakos’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Reviewed & tested by the community » Needs review

commited in 7.x-2.x
Need to check 7.x-1.x

ParisLiakos’s picture

Status: Needs review » Fixed

same patch applied and fixed the problem in 1.x as well with just a small offset, thanks

Status: Fixed » Closed (fixed)

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