[Webkit-unassigned] [Bug 177503] WebKit fails to apply default "align-items:stretch" to radio, checkbox, and button as flex item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 26 14:06:20 PDT 2017


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

--- Comment #2 from Daniel Holbert <dholbert at mozilla.com> ---
Here's an approximate reference case, where I've simply added "height:96px" to all of the flex items:
  https://jsfiddle.net/671Lebj2/1/
  (note the "/1" on the end -- that's the reference version)

Interestingly, Safari 10.1 still refuses to grow the <input type="button">, in this example, despite the explicit 'height'.  That seems like another bug.

But in any case, for the radio button and checkbox, this reference case demonstrates that these widgets *will accept* a larger height, if it's explicitly specified.  So, I don't see any reason why they shouldn't get their height stretched via align-items:stretch in the original testcase here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170926/7ab6f2fc/attachment.html>


More information about the webkit-unassigned mailing list