Posted by hkirsman on September 10, 2012 at 9:34am
5 followers
| Project: | Media |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#1
Patch for 7.x-2.x branch.
#2
#3
The patch in #1 applied cleanly and fixed the media browser being hidden behind the "fullscreen" CKEditor.
#4
commited in 7.x-2.x
Need to check 7.x-1.x
#5
same patch applied and fixed the problem in 1.x as well with just a small offset, thanks
#6
Automatically closed -- issue fixed for 2 weeks with no activity.