[Webkit-unassigned] [Bug 17918] -webkit-box-align stretch does not work on replaced content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 01:51:04 PDT 2010


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





--- Comment #7 from Yoshiki Hayashi <yhayashi at google.com>  2010-05-11 01:51:03 PST ---
Shinichiro (hamaji at chromium.org) pointed it out to me that treating width: auto as is for form controls for display: block isn't in sync with other browsers like Firefox, Opera and Internet Explorer and as far as I can see, the spec doesn't demand it either way, so I created a new patch that keeps the current width: auto -> width: intrinsic behavior outside of flexbox and only stretches vertically when text controls are in the vertical flex box with stretch specified as box-align.

Since I couldn't come up with any better way, the new patch moves width: auto -> width: intrinsic conversion from CSSStyleSelector::adjustRenderStyle to RenderBox::sizesToIntrinsicWidth.

-- 
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