bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Investigate altering to mouseenter/pointerenter events, instead of mouseover workarounds

Open GeoSot opened this issue 2 years ago • 0 comments

Prerequisites

Proposal

EventHandler makes use of some events mapping, plus it transforms mouseenter => mouseover & mouseleave => mouseout adding some extra functionality in order to make them behave like the initial events

Testing around, I found out that we could use other events having the right results without workarounds The following codepen, contains a test area as a proof of concept

https://codepen.io/GeosSV/pen/dymjbNN

Motivation and context

Streamline events usage, remove custom mapping & workarounds

GeoSot avatar Aug 09 '22 13:08 GeoSot