Drop shadow and title bar do not render properly in FF or Opera

pasada - August 21, 2008 - 02:27
Project:FancyZoom
Version:6.x-1.0
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:postponed
Description

See attached screen shot for example. This shot was taken from FF2 running on WinXP with FancyZoom 1.0 running on Drupal 6.3. The result was the same on Opera 9.51 running on WinXP on a separate workstation.

AttachmentSize
fancy.jpg21.87 KB

#1

errement - August 21, 2008 - 23:25
Priority:normal» critical
Assigned to:Anonymous» errement

I have the same problem!!

Out of the package (clean module install) without changing anything on "admin/settings/fancyzoom"

FireFox 3.0.1 on Mac OS X 10.5.4 working with drupal 6.4:
-Cabel's website is showing correct title but not the leftside shadows (it instead shows a white line)
-Drupal 6.4 site is showing same problems (as mentioned above by pasada, look at fancy.jpg) with title and all shadows

Safari 3.1.2 on Mac OS X 10.5.4 working with drupal 6.4 doesn't have the same problems:
-Cabel's website shows well both title and shadows
-Drupal 6.4 site is showing correct shadows but bad title (as mentioned above by pasada, look at fancy.jpg)

So i think this is a BIG bug from the design, also under the module's code from slurslee

Need HELP!!

#2

errement - August 24, 2008 - 10:49
Assigned to:errement» Anonymous

#3

tseven - October 3, 2008 - 10:03

I'm having the exact same problem in firefox and safari, haven't checked other browsers, but it looks like a universal problem.

#4

ddauer - December 15, 2008 - 00:29

same problem here, really needs to be fixed!

#5

errement - December 15, 2008 - 01:31

I think this is somehow abandoned. Since August 21, 2008 with no response, why?
Where is the fix? and where is Scott Lahteine slurslee?

Anyone seen him anywhere?

I of course stopped using this module.

#6

throk - January 16, 2009 - 00:15

The issue come's from Drupal's built in default CSS. I'm going to see if I can clear the styles on it or something....

#7

throk - January 16, 2009 - 02:35

I use a Zen sub theme, so there might be some other CSS definitions in other themes that need to be overridden.

But if you put the the following CSS in your theme's CSS file it should take care of most of everyone's issues. I'm still having some issues where a little border shows at the bottom of some images. I can't seem to get this to completely go away. But it's good enough for me.

  #ShadowBox tr, #ShadowBox td, #ZoomCapDiv tr, #ZoomCapDiv td
  {
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0px;
  padding:0;
  height: auto;
  vertical-align: center;
  }
  #ShadowBox table, #ZoomCapDiv table
  {
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding: 0px;
  border-collapse: separate;
  margin:0;
  height: 100%;
  }
  #ZoomBox
  {
  margin: -1px;
  }

#8

jakewalk - January 27, 2009 - 17:57

Thanks! That seems to fix the problem for me here.

#9

swiss1939 - May 27, 2009 - 21:52

thanks for this css fix!

#10

lennyaspen - June 14, 2009 - 13:56

great fix thanks

#11

slurslee - July 23, 2009 - 05:14
Status:active» postponed

Congratulations all on solving this issue. Personally I haven't been getting notifications from drupal.org, and other projects have been taking precedence lately. Thanks for the CSS that fixes things. I'll incorporate it into the next release.

 
 

Drupal is a registered trademark of Dries Buytaert.