dotnet / dotnet/aspnetcore

Support all nonbubbling events

Open
#36,928 2 comments 2 reactions 1 assignee Assigned to @Copilot View on GitHub
area-blazor copilot-candidate enhancement
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 5h
Merged PRs (30d)
276

Description

Today, Blazor has a fixed list of nonbubbling DOM events in `EventDelegator.ts`. It covers maybe 95% of what anyone will ever want to use. However there are some more obscure nonbubbling DOM events, so we should check the complete list at https://developer.mozilla.org/en-US/docs/Web/Events and consider adding all the rest.

Alternatively if one day we didn't do event delegation, we wouldn't need any special cases here in the first place.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.