[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/rendering
From:       Germain Garand <germain () ebooksfrance ! com>
Date:       2005-02-08 3:51:51
Message-ID: 20050208035151.0F7661B436 () office ! kde ! org
[Download RAW message or body]

CVS commit by ggarand: 

here too, never allow float propagation from a different formatting context


  M +1 -1      render_block.cpp   1.62


--- kdelibs/khtml/rendering/render_block.cpp  #1.61:1.62
@@ -1080,5 +1080,5 @@ void RenderBlock::layoutBlockChildren( b
             prevFlow = static_cast<RenderBlock*>(child);
 
-        if (child->hasOverhangingFloats() && !child->hasOverflowClip()) {
+        if (child->hasOverhangingFloats() && !child->flowAroundFloats()) {
             // need to add the child's floats to our floating objects list, but not in the case where
             // overflow is auto/scroll


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic