[Webkit-unassigned] [Bug 106080] New: Cannot develop nodes in the DOM tree inspector for dynamically-generated content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 01:31:29 PST 2013


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

           Summary: Cannot develop nodes in the DOM tree inspector for
                    dynamically-generated content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://bender.igel.co.jp/dev/run.html?href=t/arrow.xml
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Safari Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pom at graougraou.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


1. Open the at page http://bender.igel.co.jp/dev/run.html?href=t/arrow.xml
2. Right-click in the white area, away from the arrow, and select "Inspect element"
3. The DOM tree inspector opens and the element <svg>...</svg> is highlighted. The disclosure triangle and the ... indicate that there is content inside this element.
4. Open the disclosure arrow to show the content of the <svg> element. No content is shown.

Expected result: the contents of the <svg> element should be shown.

If clicking inside the arrow, the DOM tree shows correctly.

With the given URL, the content is built dynamically after receiving data through XMLHttpRequest. I tried to produce simpler content using delays instead of XHR but the problem does not occur then.

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



More information about the webkit-unassigned mailing list