web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
784 stars 29 forks source link

Bug: On devices that support both mouse and touch. #103

Open David-Carty opened 10 months ago

David-Carty commented 10 months ago

Windows 11.
Chrome: Version 119.0.6045.160 (Official Build) (64-bit) Breaks on devices that support both touch and mouse.

  1. If I start by using the mouse I can later switch to touch. - Expected.
  2. If I start by using touch I cannot switch to mouse. - Not as expected.
  3. If I start by using the mouse and then switch to touch I cannot switch back to mouse. - Not as expected.

Mouse and touch should work interchangeably in all of the above scenarios.