[Webkit-unassigned] [Bug 145363] New: Web Inspector: Uncaught exception in when using Inspect tool on SVG elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 24 16:34:07 PDT 2015


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

            Bug ID: 145363
           Summary: Web Inspector: Uncaught exception in when using
                    Inspect tool on SVG elements
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
               URL: http://cse512-15s.github.io/a3-adityas-burg-aburner/da
                    shboard/pipeline.html
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Steps to repro:

1. Go to the URL.
2. Inspect any SVG element with the "Inspect" picker. The numbered circles are an easy target.

At this point, the 1st level inspector debugger pauses, with message:

Exception with thrown value: TypeError: node.className.trim is not a function. (In 'node.className.trim()', 'node.className.trim' is undefined)

It seems that InjectedScript.prototype._nodeDescription is blowing up because SVG*Element.className will return an SVGAnimatedString instead of a DOMString.

-- 
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/20150524/c7d043a8/attachment-0001.html>


More information about the webkit-unassigned mailing list