[Webkit-unassigned] [Bug 283386] New: Textarea attribute BackgroundColor does not change the background color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 16:17:24 PST 2024


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

            Bug ID: 283386
           Summary: Textarea attribute BackgroundColor does not change the
                    background color
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

1. Create a simple HTML document with a text area:

<html><body>
<textarea id="ta">Hello world</textarea>
</body></html>

2. Open the document in the browser, and type this in the inspector console:

document.getElementById("ta").style.backgroundColor="red"

The background of the text area should become red. Instead, only the outline changes the color.

Reproduced with WebKitGTK 2.46.3. It works fine in Firefox, Chrome, Safari and older versions of WebKitGTK.

-- 
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/20241120/d2e1451e/attachment-0001.htm>


More information about the webkit-unassigned mailing list