[Webkit-unassigned] [Bug 263733] New: Web Inspector: Styles: CSS property value does not update while inline swatch popover is open for it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 26 10:43:54 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=263733

            Bug ID: 263733
           Summary: Web Inspector: Styles: CSS property value does not
                    update while inline swatch popover is open for it
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rcaliman at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 468353

  --> https://bugs.webkit.org/attachment.cgi?id=468353&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231026/008a24d5/attachment.htm>


More information about the webkit-unassigned mailing list