NEW263733
Web Inspector: Styles: CSS property value does not update while inline swatch popover is open for it
https://bugs.webkit.org/show_bug.cgi?id=263733
Summary Web Inspector: Styles: CSS property value does not update while inline swatch...
Razvan Caliman
Reported 2023-10-26 10:43:54 PDT
Created attachment 468353 [details] Screen recording of issue The value of a CSS property in the Styles sidebar panel does not reflect changes made to it by the inspected page while an inline swatch popover is open for it. Steps to reproduce: 1) Navigate to: https://interactive-examples.mdn.mozilla.net/pages/css/animation-timing-function.html 2) Inspect the "circle" element `<div id="example-element" class="animating" style="animation-timing-function: linear;"></div>` 3) In the Styles sidebar, click the inline swatch next to the `animation-timing-function` property value top open the timing function editor 4) Without closing the popover, on the inspected page, click through the timing function samples to change the preview Expected result: The mutated `animation-timing-function` value updates in the Styles sidebar. Actual result: The value at the time of opening the popover is shown regardless of which value is set in the meantime from the page. See attached screen recording.
Attachments
Screen recording of issue (13.63 MB, video/quicktime)
2023-10-26 10:43 PDT, Razvan Caliman
no flags
Radar WebKit Bug Importer
Comment 1 2023-10-26 10:44:45 PDT
Note You need to log in before you can comment on or make changes to this bug.