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
Some update fixed the height of buttons like in the test a while back, so here's a new screenshot of what this looks like now:
(very zoomed in)
If you add more content after the button you can see that it is currently cut in half, by virtue of the right half re-appearing. (though still without content, it is also not big enough for that)
Summary
Putting
display: inline
on a<button>
makes it be empty.Operating system
Linux
Steps to reproduce
<button style="display: inline">Hello!</button>
Expected behavior
<button style="display: inline">This should be visible.</button>
Actual behavior
<button style="display: inline">This is invisible.</button>
URL for a reduced test case
data:text/html,<button style="display: inline">Hello!</button>
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
Reduced test case in Ladybird:
Reduced test case in Firefox:
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: