WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
311692
Node::removeAllEventListeners() enumerates event listeners *after* removing them
https://bugs.webkit.org/show_bug.cgi?id=311692
Summary
Node::removeAllEventListeners() enumerates event listeners *after* removing them
Chris Dumez
Reported
2026-04-07 17:38:04 PDT
Node::removeAllEventListeners() enumerates event listeners *after* removing them. This means the call to `enumerateEventListenerTypes()` was a no-op and it would fail to reset certain event listener counters on the Document object.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2026-04-07 17:42:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/62237
EWS
Comment 2
2026-04-08 17:34:31 PDT
Committed
310808@main
(823e44ce851a): <
https://commits.webkit.org/310808@main
> Reviewed commits have been landed. Closing PR #62237 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2026-04-08 17:35:14 PDT
<
rdar://problem/174366209
>
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