Solid PointerEvents, Firefox, RequestAnimationFrame and OffsetX/Y
Here's one that took up a bit of my afternoon after I wrote a RAF debouncer.
Does Solid 'do' anything with events, like React does, or are they simply browser events? If you do an
addEventListener
on an element for pointermove
, and place these in the handler:
In Firefox you'll get
in all other browsers, you'll get what you'd expect.
Is this a Firefox bug, or could it possibly be something solid is doing2 Replies
most likely a Firefox bug
k, that's what I thought. Just checking, thanks.