ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

input submit value not visible when using embedded in a font tag

Open warpdesign opened this issue 7 months ago • 1 comments

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

Ladybird: Image

I spotted the problem in https://amiga-news.de

Chrome: Image

Ladybird: Image

Build flags or config settings

No response

Contribute a patch?

  • [ ] I’ll contribute a patch for this myself.

warpdesign avatar Apr 30 '25 10:04 warpdesign

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

nil-d3v avatar May 05 '25 06:05 nil-d3v

Has been fixed indeed: can't reproduce it in latest trunk.

warpdesign avatar May 06 '25 13:05 warpdesign