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.

CommentFileSizeAuthor
imce.patch328 bytesjoostpluijmers
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ufku’s picture

Assigned: joostpluijmers » Unassigned
Category: bug » support
Status: Needs review » Fixed

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

joostpluijmers’s picture

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.

ufku’s picture

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.

joostpluijmers’s picture

Ok, thanks for your time anyway!