Closed (fixed)
Project:
filedepot
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2011 at 21:59 UTC
Updated:
1 Mar 2012 at 03:30 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| zero point theme.jpg | 254.61 KB | ahartnoll |
Comments
Comment #1
blainelang commentedDo 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?
Comment #2
ahartnoll commentedHi 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.
Comment #3
TwoMice commentedSimilar issue with Commons themes: #1369708: Upload dialog clipping (overflow: hidden) in Commons themes
Comment #4
blainelang commentedI 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.
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.
Comment #5
andrewm63au commentedI 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
Comment #6
pvrancken commentedthere 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.
Comment #7
blainelang commentedThanks @pvranken, I've updated Git.