I have disabled the YUI modal dialogs because it wasn't working correctly (grayed out) in IE7. I am now running into an issue using the Zero Point theme that the form (dialog) is slipping underneath the header image when you try to move it around. Is there something I can change to stop this from happening or do I have to change themes to one where it doesn't happen?

CommentFileSizeAuthor
zero point theme.jpg254.61 KBahartnoll

Comments

blainelang’s picture

Do all the dialog's windows do this as in the 'New Folder' and 'Upload' windows?

I've seen the issue that you noted with some themes and don't know the source of the issue specifically but was going to spend some more time trying to isolate and enabled the Zeropoint theme on my local DEV instance and did not see the issue with any of the filedepot dialogs.

Are you using the latest version of filedepot and the zeropoint theme?

ahartnoll’s picture

Hi Blaine,

Yes, it happens with the New Folder dialog and the Upload dialog as well.

I believe I am running the latest versions of both FileDepot and ZeroPoint theme.

FileDepot: 6.x.1.1
Zeropoint: 6.x.1.12

The dialog almost seems transparent as you can see the footer from the theme showing on top of the dialog as well.

TwoMice’s picture

blainelang’s picture

Status: Active » Fixed

I have committed a change to the latest 6.x-1.x-dev and provided an option in the main filedepot page template filedepot/theme/filedepot-mainpage.tpl.php that will disable the YUI modal dialog option.

var useModalDialogs = true;           // Default of true is preferred but there is an IE7 bug that makes them un-useable so in this case set to false

Setting this option to false will alter the javascript when setting up the YUI dialogs to not make them modal is the best I can offer at this time.

andrewm63au’s picture

I tried to install the dev version and got this error when running the update.

Parse error: syntax error, unexpected T_STRING in /home/paddlers/public_html/sites/all/modules/contrib/filedepot/filedepot.install on line 88

pvrancken’s picture

there is a missing semicolon at the end of line 87 in the file filedepot.install (filedepot version 6.x-1.x-dev)
just add it and install.

blainelang’s picture

Thanks @pvranken, I've updated Git.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.