dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Widget input events expose the underlying dom event #451

Closed tomdye closed 6 years ago

tomdye commented 6 years ago

Bug

Currently the onClick etc callbacks used within dojo 2 widgets pass the dom event to the callback. This exposes the underlying domnode, something we work hard to abstract away from the user.

Events should be changed to only pass required values from the underlying event to the callback.

smhigley commented 6 years ago

This issue already exists in more detail in #302