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