Download & Extend

Layering issue in the upload window

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.

AttachmentSize
imce.patch328 bytes

Comments

#1

Category:bug report» support request
Assigned to:joostpluijmers» Anonymous
Status:needs review» fixed

It seems specific to your theme and should be fixed on the theme side.

#2

Status:fixed» needs review

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

Status:needs review» closed (won't fix)

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!

nobody click here