Bug 14262 - DOM nodes are not always linkified in the Inspector Console
Summary: DOM nodes are not always linkified in the Inspector Console
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: All OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-06-20 22:36 PDT by Adam Roben (:aroben)
Modified: 2008-02-11 12:34 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 Adam Roben (:aroben) 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.
Comment 1 Adam Roben (:aroben) 2008-01-29 10:54:42 PST
<rdar://problem/5712785>
Comment 2 Adam Roben (:aroben) 2008-02-11 12:34:23 PST
I can no longer reproduce this.