WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
283386
[GTK] [2.46.3] Textarea attribute BackgroundColor does not change the background color
https://bugs.webkit.org/show_bug.cgi?id=283386
Summary
[GTK] [2.46.3] Textarea attribute BackgroundColor does not change the backgro...
Alberto Garcia
Reported
2024-11-19 16:17:24 PST
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
Comment 1
2024-11-20 02:02:56 PST
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
Comment 2
2024-11-20 02:50:51 PST
Also broken in 2.47.1
Alberto Garcia
Comment 3
2025-05-14 03:56:23 PDT
Working fine with 2.48.1
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug