Bug 106080
| Summary: | Cannot develop nodes in the DOM tree inspector for dynamically-generated content | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pom |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.7 | ||
| URL: | http://bender.igel.co.jp/dev/run.html?href=t/arrow.xml | ||
pom
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/12956057>
Timothy Hatcher
This works in Safari 6, so it is a regression.
Joseph Pecoraro
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.