Summary: | [test case] overflow sometimes not painted/repainted | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Allan Sandfeld <kde> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test case |
Description
Allan Sandfeld
2006-10-13 18:06:08 UTC
Created attachment 18113 [details]
Test case
SVN commit 595245 by carewolf: Remove complete nonsense I accidently imported from WebCore. BUG: 135599 M +0 -4 render_box.cpp --- branches/KDE/3.5/kdelibs/khtml/rendering/render_box.cpp #595244:595245 @@ -1709,10 +1709,6 @@ height += bordersPlusPadding; - // If our natural/content height exceeds the new height once we've set it, then we - // need to make sure to update overflow to track the spillout. - if (m_height > height && isRenderBlock()) - static_cast<RenderBlock*>(this)->setOverflowHeight(m_height); // Set final height value. m_height = height; } |