RESOLVED WORKSFORME 14262
DOM nodes are not always linkified in the Inspector Console
https://bugs.webkit.org/show_bug.cgi?id=14262
Summary DOM nodes are not always linkified in the Inspector Console
Adam Roben (:aroben)
Reported 2007-06-20 22:36:50 PDT
DOM nodes are not always getting linkified in the Inspector Console. To see this: 1. Right-click on a page 2. Select "Inspect Element" 3. Go to the Console 4. Enter "document.body" What you should see is: <body> and you should be able to click on it to focus the body node and go to the DOM view However, you will instead sometimes see HTMLBodyElement and it will not be clickable.
Attachments
Adam Roben (:aroben)
Comment 1 2008-01-29 10:54:42 PST
Adam Roben (:aroben)
Comment 2 2008-02-11 12:34:23 PST
I can no longer reproduce this.
Note You need to log in before you can comment on or make changes to this bug.