S
SolidJS3mo ago
Morphy

`onClick` delegated event fires wrong handler

I have a fixed action button and it sometimes overlaps with another button that has a click handler and sometimes when they overlap, clicking the action button fires the other one's handler. In my experience this only happens on mobile, is it a bug with firefox or delegated events?
1 Reply
Morphy
Morphy3mo ago
Btw this happens in android firefox and using the native on:click fixes it