Display Issue With ImageGallery Module

dotcomrade - May 6, 2008 - 05:41
Project:Ubiquity
Version:5.x-0.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

First I must say this is an excellent theme!

The only issue I am having, and I cannot seem to find the problem, wether its a module or theme issue. Is when I view an image gallery, the right "floating" column seems to float over-top of image thumbnails.

I have tried both 5.x-0.3 and 5.x-1.x-dev, both have the same behaviour.

I am using the latest Image Module as well. Additionally, I found some suggestions to update the JQuery.js to 1.2 and other *.js files which I have as well.

Any assistance would be awesome in trying to fix this! Cheers!

An image is attached for reference.
ThemeIssue1 is the problem as the page/node is being refreshed.
ThemeIssue2 is the problem when the page/node is loaded.

AttachmentSize
ThemeIssue1.JPG41.15 KB
ThemeIssue2.JPG28.8 KB

#1

melon - May 7, 2008 - 19:37
Component:User interface» Code

I tested the theme with the latest stable image module (as of writing it's 5.x-1.8) and didn't found any display issues with Safari and Firefox. However under IE6 and IE7, the width of ul.images is not handled correctly, so adding the following to fix-ie.css would fix the problem:

ul.images {
  width: 100%;
}

If this doesn't solve your problem, please specify your environment more precisely (installed modules, used browser, etc).

#2

dotcomrade - May 8, 2008 - 05:37
Status:active» fixed

I tested in IE6 and IE7 when I had the issue.

The fix worked like a charm in both browsers!
Thank You!

#3

Anonymous (not verified) - May 22, 2008 - 05:41
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.