WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 217992
217631
Uncaught Exception: undefined is not an object (evaluating 'this._allListenersBreakpoint.disabled')
https://bugs.webkit.org/show_bug.cgi?id=217631
Summary
Uncaught Exception: undefined is not an object (evaluating 'this._allListener...
Nikita Vasilyev
Reported
2020-10-12 13:55:28 PDT
Uncaught Exception in Web Inspector when triggering a global event breakpoint. Steps to Reproduce: 1. Open sources tab 2. Click "+" button next to "Breakpoints" 3. Select "Event Breakpoint..." 4. Type "click" 5. Trigger "click" event on the web page Uncaught Exceptions: ----------------------- - undefined is not an object (evaluating 'this._allListenersBreakpoint.disabled') (at DOMDebuggerManager.js:357:97) listenerBreakpointForEventName @ DOMDebuggerManager.js:357:97 _updatePauseReasonSection @ SourcesNavigationSidebarPanel.js:1691:87 _updatePauseReasonSection @ SourcesNavigationSidebarPanel.js:1559:47 _handleDebuggerPaused @ SourcesNavigationSidebarPanel.js:2280:36 dispatch @ Object.js:165:30 dispatchEventToListeners @ Object.js:172:17 debuggerDidPause @ DebuggerManager.js:955:42 paused @ DebuggerObserver.js:60:44 _dispatchEvent @ Connection.js:210:26 dispatch @ Connection.js:79:32 dispatchMessageFromTarget @ TargetManager.js:176:39 dispatchMessageFromTarget @ TargetObserver.js:47:51 _dispatchEvent @ Connection.js:210:26 dispatch @ Connection.js:79:32 dispatch @ InspectorBackend.js:232:52 ? @ MessageDispatcher.js:42:34 Additional Details: cause --> An uncaught exception was thrown while handling event: Debugger.paused ----------------------- Notes: Inspected URL: react-like-button-demo/index.html Loading completed: true Frontend User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Dispatch Source: Protocol Event Protocol Event: {"method":"Debugger.paused","params":{"callFrames":[{"callFrameId":"{\"ordinal\":0,\"injectedScriptId\":15}","functionName":"unstable_runWithPriority","location":{"scriptId":"54","lineNumber":2668,"columnNumber":12},"scopeChain":[{"object":{"type":"object","objectId":"{\"injectedScriptId\":15,\"id\":1}","className":"JSLexicalEnvironment","description":"JSLexicalEnvironment"},"type":"closure","name":"unstable_runWithPriority","location":{"scriptId":"54","lineNumber":2668,"columnNumber":36}},{"obj…
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-10-12 13:55:36 PDT
<
rdar://problem/70222287
>
Nikita Vasilyev
Comment 2
2020-10-20 15:11:47 PDT
*** This bug has been marked as a duplicate of
bug 217992
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug