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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media-ui-popup-hidden-in-full-screen-1779984-1.patch | 323 bytes | hkirsman |
Comments
Comment #1
hkirsman commentedPatch for 7.x-2.x branch.
Comment #2
hkirsman commentedComment #3
devin carlson commentedThe patch in #1 applied cleanly and fixed the media browser being hidden behind the "fullscreen" CKEditor.
Comment #4
ParisLiakos commentedcommited in 7.x-2.x
Need to check 7.x-1.x
Comment #5
ParisLiakos commentedsame patch applied and fixed the problem in 1.x as well with just a small offset, thanks