odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.1k stars 332 forks source link

Don't allow invalid modifiers on events #1588

Open sdegueldre opened 4 months ago

sdegueldre commented 4 months ago

Some events don't bubble, or are not cancelable, but owl will still the the user mark those events as .synthetic and .stop, or .prevent respectively. It should emit an error or warning instead.