react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

Safari mobile : onMouseOver is dispatched on Tap, instead of onClick

Open jmulans opened this issue 7 years ago • 0 comments

After typing some text in the input, I have to double tap on the option to dispatch the onMouseDown event on the dropdown options. First tap trigger the mouseOver, second tap trigger the click. It happens on the demo too http://furqanzafar.github.io/react-selectize/#/?category=simple, but only in safari mobile.

I thinks this behavior comes from that safari don't trigger click when the DOM change on a mouseOver.

Can you fix it ? Or maybe give the access to mouseOver event in dropdown ?

jmulans avatar Apr 13 '17 12:04 jmulans