[Webkit-unassigned] [Bug 240606] New: Web Inspector: Assertion when removing event listener in CSSPropertyNameCompletions.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 15:32:57 PDT 2022


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

            Bug ID: 240606
           Summary: Web Inspector: Assertion when removing event listener
                    in CSSPropertyNameCompletions.js
           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: pangle at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

Encountered while refreshing a page soon after having added an inline style `color: pink;` to an element via the Styles sidebar panel.

[Error] Assertion Failed (4)
DOMNodeStyles
"dom-node-styles-needs-refresh"
function _handleNodesStylesNeedsRefresh(event) { this._needsVariablesFromInspectedNode = true; }
CSSPropertyNameCompletions
        removeEventListener (Object.js:101)
        _handleInspectedNodeChanged (CSSPropertyNameCompletions.js:101:91)
        dispatch (Object.js:134)
        dispatchEventToListeners (Object.js:142)
        callback (DOMManager.js:694)
        _dispatchResponseToCallback (Connection.js:152)
        _dispatchResponse (Connection.js:122)
        dispatch (Connection.js:77)
        dispatchMessageFromTarget (TargetManager.js:176)
        dispatchMessageFromTarget (TargetObserver.js:47)
        _dispatchEvent (Connection.js:210)
        dispatch (Connection.js:79)
        dispatch (InspectorBackend.js:233)
        (anonymous function) (MessageDispatcher.js:42)

-- 
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/20220518/875d01db/attachment.htm>


More information about the webkit-unassigned mailing list