[Webkit-unassigned] [Bug 138438] Web Inspector: Pseudo element matchedCSSRules do not include matching selector info

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 15:06:06 PST 2014


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |joepeck at webkit.org
                   |kit.org                     |

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Ben helped point out the issue.

InspectorCSSAgent::buildArrayForMatchedRuleList was using the JavaScript Element::matches API which won't work with pseudo elements. He suggested instead that we use the SelectorChecker machinery. That works great!

-- 
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/20141105/f7b9a3d1/attachment-0002.html>


More information about the webkit-unassigned mailing list