WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
219469
window load events will be triggered multiple times when a site is loading
https://bugs.webkit.org/show_bug.cgi?id=219469
Summary
window load events will be triggered multiple times when a site is loading
xiehaiyan_xhy
Reported
2020-12-02 18:12:52 PST
Repro: On some websites such as msn news, fox news websites, window load events will be triggered multiple times. This won't happen on Android webview or other browsers sample website:
https://www.foxnews.com/politics/trump-says-he-will-leave-office-electoral-college-votes-biden
Code window.addEventListener("load", (event) => { console.log("load event triggered"); });
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-12-17 14:13:39 PST
<
rdar://problem/72440629
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug