NEW 272041
Web Inspector: Unchecking nested style property makes it suddenly disappear
https://bugs.webkit.org/show_bug.cgi?id=272041
Summary Web Inspector: Unchecking nested style property makes it suddenly disappear
Qianlang Chen
Reported 2024-04-02 10:45:32 PDT
Created attachment 470727 [details] Video demo: unchecking `color` and `font-size` styles made them disappear Let's say you have the following style sheet: body { background-color: linen; div { color: olive; } } If you click on the checkbox to try to comment out the `color` element from the style details panel, the style property suddenly disappears. See attached video demo. --- https://bugs.webkit.org/show_bug.cgi?id=48650 seems to have addressed and fixed a similar bug, but that bug sounds like the non-nested came and might not've dealt with nested rules that this report is about.
Attachments
Video demo: unchecking `color` and `font-size` styles made them disappear (1.10 MB, video/mp4)
2024-04-02 10:45 PDT, Qianlang Chen
no flags
Radar WebKit Bug Importer
Comment 1 2024-04-02 10:45:49 PDT
Note You need to log in before you can comment on or make changes to this bug.