Support all nonbubbling events
Open
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
Assessment
This issue has not been assessed yet.