[Webkit-unassigned] [Bug 137378] New: Web Inspector: Highlighted selectors in Rules sidebar break with selectors that contain nested selector lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 20:04:09 PDT 2014


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

           Summary: Web Inspector: Highlighted selectors in Rules sidebar
                    break with selectors that contain nested selector
                    lists
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    benjamin at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


* TEST

    <style>
    .testClass, a,span  ,  :nth-child(n of *, p), bumble, p { color: blue; }
    </style>
    <p class="testClass">Test</p>

* STEPS TO REPRODUCE
1. Inspect the <p> on the test page
2. Open Styles Sidebar to the Rules section
  => in the Rules section ".testClass", ":nth-child(n of *", and "bumble" are highlighted as matching this particular element
  => expected ".testClass", ":nth-child(n of *, p)" and "p"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list