[Webkit-unassigned] [Bug 79128] Fieldset unexpectedly stretches to minimum intrinsic width.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 08:44:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=79128





--- Comment #15 from SravanKumar S <ssandela at innominds.com>  2012-03-21 08:44:01 PST ---
One disclaimer: Comment# 14 behaviour is without <!DOCTYPE html>.
With that DTD(HTML5), i see that behaviour is uniform in all 3 cases(Fixed/Percent/Calc), and it follows this bug. 

So, from your review comments if test case needs to have <!DOCTYPE html>, then i think then my first patch of

In RenderFieldset.cpp:
bool RenderFieldset::stretchesToMinIntrinsicLogicalWidth() const
{
    if(style()->width().isSpecified())
        return false;
    return true; 
}

will hold good, Please confirm.

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



More information about the webkit-unassigned mailing list