NEW 278194
Web Inspector: Editing background or background-color styles in style details panel is glitchy
https://bugs.webkit.org/show_bug.cgi?id=278194
Summary Web Inspector: Editing background or background-color styles in style details...
Qianlang Chen
Reported 2024-08-15 15:57:53 PDT
Created attachment 472183 [details] Demo: open this webpage and try to edit the <body>'s background-color style 1. Go to a webpage like this (also attached): <!DOCTYPE html> <html> <head></head> <body style="background-color: azure"></body> </html> 2. Open the inspector's Elements tab and select <body> 3. Try to edit the "azure" style to "blue" - Notice you can't: the CSS property value text field loses focus randomly while you type. Interestingly, this doesn't happen for all strings, such as "linen" which works just fine.
Attachments
Demo: open this webpage and try to edit the <body>'s background-color style (99 bytes, text/html)
2024-08-15 15:57 PDT, Qianlang Chen
no flags
Radar WebKit Bug Importer
Comment 1 2024-08-15 15:58:13 PDT
Note You need to log in before you can comment on or make changes to this bug.