Bug 120238
Summary: | Web Inspector: DOM Tree not updating after evaluating document.write in console | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | frances_c, inspector-bugzilla-changes, maxime.pl, rcaliman, webkit-bug-importer |
Priority: | P2 | Keywords: | EasyFix, GoodFirstBug, InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
* STEPS TO REPRODUCE
1. Inspect <http://apple.com>
2. Eval js> document.write(1);
=> expected DOM Tree to update for the new tree, it didn't.
* NOTES
• Closing and reopening the inspector gets an updated DOM Tree.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/14823754>
Maxime Plante
Hi! I'm a newcomer.
I'm working on it.
Frances Cornwall
Tested in safari version 16.5. document.write(1) does update the DOM tree now. Chrome shows similar results.
Razvan Caliman
Thanks for testing, Frances!
Indeed, this bug no longer occurs. It was likely fixed by another change at some point.