Bug 181913
| Summary: | Uncaught Exception: TypeError: undefined is not an object (evaluating 'selectedDOMNode.ownerDocument.documentURL.hash') | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | shoudaos92 |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, joepeck |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://main.xml | ||
shoudaos92
-------
Inspected URL: http://main.xml
Loading completed: true
Frontend User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko)
Uncaught Exceptions:
- TypeError: undefined is not an object (evaluating 'selectedDOMNode.ownerDocument.documentURL.hash') (at DOMTreeContentView.js:364:102)
_selectedNodeDidChange @ DOMTreeContentView.js:364:102
dispatch @ Object.js:170:30
dispatchEventToListeners @ Object.js:177:17
_selectedNodeChanged @ DOMTreeOutline.js:202:38
selectDOMNode @ DOMTreeOutline.js:140:38
onselect @ DOMTreeElement.js:534:39
select @ TreeElement.js:505:30
selectOnMouseDown @ TreeElement.js:464:20
selectOnMouseDown @ DOMTreeElement.js:577:32
treeElementMouseDown @ TreeElement.js:276:46
-------
* STEPS TO REPRODUCE
1. What were you doing? Include setup or other preparations to reproduce the exception.
2. Include explicit, accurate, and minimal steps taken. Do not include extraneous or irrelevant steps.
* NOTES
Document any additional information that might be useful in resolving the problem, such as screen shots or other included attachments.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Interesting. The location information doesn't seem like this was a recent build of WebKit, since _selectedDOMNode is nowhere near DOMTreeContentView.js:364.
Since there isn't any instance of `ownerDocument.documentURL.hash` anywhere anymore, I'm going to close this. Please try a newer build.