ladybird
ladybird copied to clipboard
input submit value not visible when using embedded in a font tag
Summary
When an input of type "submit" is embedded in a <font> tag, its text is not visible.
Operating system
macOS
Steps to reproduce
See attached reduced case.
Expected behavior
Text should be visible.
Actual behavior
Text is not visible.
URL for a reduced test case
https://amiga-news.de
HTML/SVG/etc. source for a reduced test case
<html>
<body>
<font size='2'>
<input type='submit' value='Hi'>
</font>
Log output and (if possible) backtrace
N/A
Screenshots or screen recordings
Chrome:
Ladybird:
I spotted the problem in https://amiga-news.de
Chrome:
Ladybird:
Build flags or config settings
No response
Contribute a patch?
- [ ] I’ll contribute a patch for this myself.
Hello, I'm under MacOS and I tried to reproduce the bug, but for me, it works correctly. Mabye try to recompile from the last commit on GitHub and retry. @warpdesign
Has been fixed indeed: can't reproduce it in latest trunk.