Posted by joostpluijmers on October 18, 2012 at 2:20pm
2 followers
Jump to:
| Project: | IMCE |
| Version: | 7.x-1.5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Since using the Drupal 7 release of imce, I have been encountering an issue in the upload window. When pressing the upload button, a upload overlay opens, this window is then layered below the explorer. When exploring the issue further, I noticed that the .ops-rapper container contains the overlay, which is positioned before the .op-contents. When applying a z-index of 2 to the .ops-wrapper this issue is resolved.
| Attachment | Size |
|---|---|
| imce.patch | 328 bytes |
Comments
#1
It seems specific to your theme and should be fixed on the theme side.
#2
I investigated this issue further, my reset CSS positions all elements and sets z-index to 1. Since the z-index on the #op-contents is only working because of the aforementioned exclusions, its quite easy to break. This is mostly because in Drupal 7 all moderation happens within the clients own template.
I acknowledge that this is fixable from the theme. But would you mind applying the patch anyways? It's only a minor change and it would increase the robustness of the module in general.
#3
Sorry, setting an arbitrary z-index value may cause more unexpected issues. The default value works in all cases where z-index values are not reset or altered.
#4
Ok, thanks for your time anyway!