SVN commit 604668 by carewolf: Repaint correctly when we go from not hiding overflow to hiding it. M +1 -0 render_object.cpp --- branches/KDE/3.5/kdelibs/khtml/rendering/render_object.cpp #604667:604668 @@ -1274,6 +1274,7 @@ if ( d >= RenderStyle::Visible && !isText() && m_parent && ( d == RenderStyle::Position || m_style->outlineWidth() > style->outlineWidth() || + (!m_style->hidesOverflow() && style->hidesOverflow()) || ( m_style->hasClip() && !(m_style->clip() == style->clip()) ) ) ) { // schedule a repaint with the old style if (layer() && !isInlineFlow())