Bug 283386

Summary: [GTK] [2.46.3] Textarea attribute BackgroundColor does not change the background color
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   

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
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
Note You need to log in before you can comment on or make changes to this bug.