JSX onWheel not being called.
onWheel isn't called unless I explicitly attach event listener on the element:
https://playground.solidjs.com/anonymous/f33af3c6-8637-47be-85da-7c6f8c5e8e73
When onMount is uncommented both listeners get triggered.
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
3 Replies
@REEEEE didn't u mention something about this a while back? I think it was like a chrome specific bug or something.
Yeah this is a chrome bug
It seems its some chromium versions in general
Using any browser with chromium version at lest 127.0.6533.100 solves it