Bug 208818
Summary: | Web Inspector: REGRESSION(r258124): Uncaught Exception: TypeError: null is not an object (evaluating 'WI.runtimeManager.activeExecutionContext.target') | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 208793 | ||
Bug Blocks: |
Timothy Hatcher
Uncaught Exception in Web Inspector.
Steps to Reproduce:
1. Evaluating in the console.
Uncaught Exceptions:
-----------------------
- TypeError: null is not an object (evaluating 'WI.runtimeManager.activeExecutionContext.target') (at JavaScriptLogViewController.js:214:49)
consolePromptShouldCommitText @ JavaScriptLogViewController.js:214:49
_handleEnterKey @ ConsolePrompt.js:273:56
_handleEnterKey @ [native code]
doHandleBinding @ codemirror.js:6640:17
lookupKey @ codemirror.js:6394:30
lookupKeyForEditor @ codemirror.js:6650:27
dispatchKey @ codemirror.js:6670:34
onKeyDown @ codemirror.js:6722:33
? @ codemirror.js:3751:25
-----------------------
Notes:
Inspected URL: (unknown)
Loading completed: true
Frontend User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16) AppleWebKit/605.1.15 (KHTML, like Gecko)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Was a release build of r258127.
Radar WebKit Bug Importer
<rdar://problem/60225895>
Devin Rousso
This has been fixed by <rdar://problem/60224463>.