[Webkit-unassigned] [Bug 227811] New: Web Inspector: RESSION(r278607) Jump to CSS variable declaration from Computed panel not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 12:59:54 PDT 2021


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

            Bug ID: 227811
           Summary: Web Inspector: RESSION(r278607) Jump to CSS variable
                    declaration from Computed panel not working
           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 433157

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

Vide of bug (with workaround)

Regressed by bug 225972.

If a CSS variable was not used and is hidden in the Styles panel, clicking on the "jump to" arrow in the Computed panel does not reveal and highlight the CSS variable declaration in the Styles panel.


Steps to reproduce:
-Run this in a new tab: 

data:text/html,<style>html{--unused:red}</style><p>target

- Open Web Inspector, inspect the `<p>`
- In the Computed details sidebar panel, click on the "jump to" arrow next to the `--unused` CSS variable.

Expected:
Reveal and highlight the unused CSS variable in the Styles panel.

Actual:
Nothing happens.

Workaround: 
Click the button to reveal the unused CSS variables in the Styles panel. Afterwards, clicking the "jump to" arrow from the Computed panel highlights the correct item.

-- 
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/20210708/ebb127ed/attachment-0001.htm>


More information about the webkit-unassigned mailing list