[Webkit-unassigned] [Bug 153911] New: REGRESSION: Web Inspector: Elements -> Node -> Properties is spammed with TypeErrors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 21:41:26 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153911

            Bug ID: 153911
           Summary: REGRESSION: Web Inspector: Elements -> Node ->
                    Properties is spammed with TypeErrors
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 270727
  --> https://bugs.webkit.org/attachment.cgi?id=270727&action=review
[Image] Bug

Steps:
1. Open https://webkit.org
2. Inspect <body>
3. In the right sidebar, select "Node"
4. Expand "Properties", then "HTMLElement" sections

Actual:
Lots of errors:
    children: TypeError: The Element.children getter can only be used on instances of Element
    classList: TypeError: The Element.classList getter can only be used on instances of Element
    className: TypeError: The Element.className getter can only be used on instances of Element
    ...

Expected:
Not TypeErrors.

Notes:
Works well in Safari on OS X 10.11.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160205/fcd072b8/attachment-0001.html>


More information about the webkit-unassigned mailing list