Bug 181913 - Uncaught Exception: TypeError: undefined is not an object (evaluating 'selectedDOMNode.ownerDocument.documentURL.hash')
Summary: Uncaught Exception: TypeError: undefined is not an object (evaluating 'select...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://main.xml
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-21 03:30 PST by shoudaos92
Modified: 2018-01-22 10:24 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shoudaos92 2018-01-21 03:30:53 PST
-------
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.
Comment 1 Joseph Pecoraro 2018-01-22 10:24:55 PST
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.