[Webkit-unassigned] [Bug 8438] iExploder(#460): Assertion failure in RenderObject::drawBorder()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 2 01:03:36 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=8438





------- Comment #10 from hyatt at apple.com  2007-01-02 01:03 PDT -------
(From update of attachment 12142)
I don't much like the styleMinWidth aspect of this.  I do like the change to
calcMinMaxWidth in RenderFieldSet.cpp.

Could you patch calcWidth instead, after minwidth is checked (but before margin
calculations)?

Seems like there you could have something like...

if (sizesToMinIntrinsicWidth())
    m_width = max(m_width, minWidth());

And then clean up the margin calculations by no longer treating width as auto
if you had to grow m_width (so that calcHorizontalMargins gets called).

For positioning you could do something similar.  If sizesToMinIntrinsicWidth(),
then you could do an additional calcAbsoluteHorizontalValues passing in a Fixed
length that is m_minWidth.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list