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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 17 03:03:05 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8438





------- Comment #7 from ap at nypop.com  2006-09-17 03:03 PDT -------
(In reply to comment #4)
> I think a better way to patch this would be to do it in calcMinMaxWidth
> instead.

I have tried overriding calcMinMaxWidth in RenderFieldset, but setting
m_minWidth and m_maxWidth there doesn't fix the issue - they seem to have no
effect on the fieldset width.

void RenderFieldset::calcMinMaxWidth()
{
    ASSERT(!minMaxKnown());

    // a large value, just to test if it has any effect at all
    m_minWidth = 600;
    m_maxWidth = 600;

    setMinMaxKnown();
}

(In reply to comment #6)
> What does Firefox do?

Firefox does grow the fieldset, although in RTL case it still grows it to the
right (making a horizontal scroll bar appear on the page). WinIE rendering in
RTL case is just broken (the fieldset grows, but its top border doesn't leave
enough space for the larger legend).


-- 
Configure bugmail: http://bugzilla.opendarwin.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