You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put a <button> into a column flexbox in Ladybird, it does not stretch to the full width of the flexbox.
Operating system
Linux
Steps to reproduce
Make a flexbox with flex-direction: column and put a button in it.
Make sure that the flexbox is wider than the button
Notice how the button does to grow to be as wide as the flexbox itself.
Expected behavior
I think the button should grow horizontally to fill the entire width of the flexbox.
At least that's the behavior in Firefox and Chrome, but after much starting at the specs and the code, I can't figure out where exactly this is supposed to happen.
Summary
When I put a <button> into a column flexbox in Ladybird, it does not stretch to the full width of the flexbox.
Operating system
Linux
Steps to reproduce
flex-direction: column
and put a button in it.Expected behavior
I think the button should grow horizontally to fill the entire width of the flexbox.
At least that's the behavior in Firefox and Chrome, but after much starting at the specs and the code, I can't figure out where exactly this is supposed to happen.
Actual behavior
The button is it's usual size and does not grow.
URL for a reduced test case
data:text/html;base64,PHN0eWxlPiNmbGV4e2Rpc3BsYXk6ZmxleDtmbGV4LWRpcmVjdGlvbjpjb2x1bW47d2lkdGg6MTAwJTt9I2ZsZXg+KntiYWNrZ3JvdW5kLWNvbG9yOmxpZ2h0Z3JheTt9PC9zdHlsZT48ZGl2IGlkPSJmbGV4Ij48YnV0dG9uPlRlc3Q8L2J1dHRvbj48L2Rpdj4=
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: