Large images in teasers run into the teaser below

EclipseGc - April 6, 2008 - 03:42
Project:Drupal.org infrastructure
Component:Bluebeach
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The associated image with a project will overlap the project table and borders between projects on the project listing page. If a div with a style="clear:both;" on it were applied directly above the project table it should fix this.

#1

aclight - April 6, 2008 - 04:28
Status:active» active (needs more info)

I suspect this is a bluebeach problem more than a project problem per se. Can you give an example URL where this is a problem?
Thanks

#2

EclipseGc - April 12, 2008 - 20:35

http://drupal.org/project/Modules/name

Look at the "Node form layouts" module listing on this page. You should clearly see the image overlapping with the next project down.

#3

aclight - April 12, 2008 - 21:28
Project:Project» Drupal.org infrastructure
Version:5.x-1.2»
Component:User interface» Bluebeach
Status:active (needs more info)» active

Yep, I see what you mean there.

Using firebug on FF2, I was able to get that page to look right by adding one property:

#project-overview .project-item {
...
  overflow:  hidden;
...

Neither #project-overview nor .project-item are defined in the project.css file, so I'm guessing this is a Bluebeach issue and not an issue with the project module.

#4

aclight - April 16, 2008 - 00:06
Title:Float issue» Large images in teasers run into the teaser below

#247129: Large images in teasers run into the teaser below has been marked as a duplicate of this issue.

Note also that this happens not only on project node teasers, but can be seen on the front page (at least at this moment).

#5

aclight - May 9, 2008 - 15:01

#256621: Add clear to project-item was marked a duplicate of this issue. Note that there's a good screenshot at that issue demonstrating the problem.

#6

bobchristenson - May 9, 2008 - 16:35

Just an FYI..... Adding the clear-block class to the project-item div will fix this. (or at least it should)

 
 

Drupal is a registered trademark of Dries Buytaert.