[Webkit-unassigned] [Bug 14262] New: DOM nodes are not always linkified in the Inspector Console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 22:36:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14262

           Summary: DOM nodes are not always linkified in the Inspector
                    Console
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: timothy at hatcher.name, aroben at apple.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list