RESOLVED FIXED106080
Cannot develop nodes in the DOM tree inspector for dynamically-generated content
https://bugs.webkit.org/show_bug.cgi?id=106080
Summary Cannot develop nodes in the DOM tree inspector for dynamically-generated content
pom
Reported 2013-01-04 01:33:28 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-01-04 01:34:00 PST
Timothy Hatcher
Comment 2 2013-01-04 06:41:08 PST
This works in Safari 6, so it is a regression.
Joseph Pecoraro
Comment 3 2013-01-07 14:31:40 PST
This was part of the Safari inspector, so it should be fixed in the next nightly with an updated Safari inspector. I'm marking this as RESOLVED since it is fixed but INVALID since its not part of WebKit that changed, its part of the Safari inspector which we bundle with nightlies.
Note You need to log in before you can comment on or make changes to this bug.