Bug 12394

Summary: Cleanup RenderBox
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch mitz: review+

Sam Weinig
Reported 2007-01-24 11:58:51 PST
Patch forthcoming!
Attachments
patch (67.48 KB, patch)
2007-01-24 12:01 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2007-01-24 12:01:12 PST
mitz
Comment 2 2007-01-24 12:53:27 PST
Comment on attachment 12644 [details] patch - if (isFloating() || (isCompact() && isInline()) || + if (isFloating() || (isCompact() && isInline()) || (isInlineBlockOrInlineTable() && !isHTMLMarquee())) In other places in this patch you moved the operator after the line break. Same here: - m_height = max(m_height, visHeight - - (margins + parent()->marginTop() + parent()->marginBottom() + + m_height = max(m_height, visHeight - + (margins + parent()->marginTop() + parent()->marginBottom() + and here: + for (; !cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->style()->height().isAuto(); cb = cb->containingBlock()); r=me
Sam Weinig
Comment 3 2007-01-24 13:49:16 PST
Landed in r19080.
Note You need to log in before you can comment on or make changes to this bug.