[Webkit-unassigned] [Bug 185930] New: Web Inspector: Styles: overridden CSS properties should have an up button to jump to the property that overrode it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 17:47:42 PDT 2018


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

            Bug ID: 185930
           Summary: Web Inspector: Styles: overridden CSS properties
                    should have an up button to jump to the property that
                    overrode 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: nvasilyev at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

It's often hard to find why the property is strikethrough, and what overrode it.

To solve this, display an arrow up icon after the overridden CSS property. Clicking this icon would scroll up to either:
1. The active property (highest priority property).
2. Next property with the higher priority, but not necessary the active property. If this is hard to implement, [1] is fine.

After scrolling to the property, focus on the property and highlight it (the same way we highlight the properties when jumping from the Computed panel).

This has been requested several times. AFAIK, neither Chrome DevTools nor Firefox DevTools have this.

-- 
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/20180524/2207c58a/attachment.html>


More information about the webkit-unassigned mailing list