Bug 283386
Summary: | [GTK] [2.46.3] Textarea attribute BackgroundColor does not change the background color | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alberto Garcia <berto> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Alberto Garcia
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alberto Garcia
I have been bisecting the WebKitGTK releases, this worked fine with 2.45.6 but fails with 2.45.91. I could not test 2.45.90.
Alberto Garcia
Also broken in 2.47.1