[Webkit-unassigned] [Bug 195264] New: Web Inspector: CSS Changes: modifications aren't shared for rules that match multiple elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 3 20:46:41 PST 2019


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

            Bug ID: 195264
           Summary: Web Inspector: CSS Changes: modifications aren't
                    shared for rules that match multiple elements
           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: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

# STEPS TO REPRODUCE:
1. inspect any page with CSS
2. find a rule that has multiple selectors (e.g. `body, div`)
3. edit the rule when one of the selectors is matched (e.g. when the <body> is selected, it will match the `body` part of `body, div`)
 => the rule should show edits (both in the Rules and Changes panels)
4. select a different node where one of the other selectors is matched (e.g. when a <div> is selected, it will match the `div` part of `body, div`)
 => the edits made in (3) don't appear in the Rules panel (although they appear globally in the Changes panel)
5. edit the rule now that a different selector for that same rule is matched
 => the Changes panel only displays the most recent edit from (5) as a change (e.g. the changes made in (3) appear as though they were the initial content)

-- 
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/20190304/9059a127/attachment-0001.html>


More information about the webkit-unassigned mailing list