Bug 310171
| Summary: | didFinishInsertingNode should only be called for connected nodes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
In order to match the semantics of "post-connection steps" (https://dom.spec.whatwg.org/#concept-node-post-connection-ext), we should avoid calling didFinishInsertingNode on a disconnected node.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/60847
EWS
Committed 309482@main (8beb78405804): <https://commits.webkit.org/309482@main>
Reviewed commits have been landed. Closing PR #60847 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/172838856>