RESOLVED FIXED Bug 40973
Save the insertion point before beforeload events
https://bugs.webkit.org/show_bug.cgi?id=40973
Summary Save the insertion point before beforeload events
Adam Barth
Reported 2010-06-21 23:59:15 PDT
Save the insertion point before beforeload events
Attachments
Patch (5.17 KB, patch)
2010-06-22 00:00 PDT, Adam Barth
eric: review+
Adam Barth
Comment 1 2010-06-22 00:00:41 PDT
Eric Seidel (no email)
Comment 2 2010-06-22 00:03:21 PDT
Comment on attachment 59346 [details] Patch HTML5 talks about needing to save the insertion point at the start of runScript and then restore at the end, whch would cover this case. This may end up restoring "too early" but I'm not sure what that would mean (if anything). In either case, this brings us closer to correct behavior.
Adam Barth
Comment 3 2010-06-22 00:04:48 PDT
Note You need to log in before you can comment on or make changes to this bug.