From kde-commits Tue Jan 02 09:28:58 2007 From: Germain Garand Date: Tue, 02 Jan 2007 09:28:58 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/khtml/rendering Message-Id: <1167730138.704383.7748.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116773014725727 SVN commit 618830 by ggarand: table objects always flowAroundFloats BUG: 138146 M +1 -0 render_table.cpp --- branches/KDE/3.5/kdelibs/khtml/rendering/render_table.cpp #618829:618830 @@ -84,6 +84,7 @@ ETableLayout oldTableLayout = style() ? style()->tableLayout() : TAUTO; if ( _style->display() == INLINE ) _style->setDisplay( INLINE_TABLE ); if ( _style->display() != INLINE_TABLE ) _style->setDisplay(TABLE); + if ( !_style->flowAroundFloats() ) _style->setFlowAroundFloats(true); RenderBlock::setStyle(_style); // init RenderObject attributes