Pomax / custom-file-tree

An HTML <file-tree> custom element
11 stars 0 forks source link

Deal with Firefox in Windows doing the wrong thing for touch events #22

Closed Pomax closed 1 month ago

Pomax commented 2 months ago

I don't have a Microsoft Surface on which to test this, but on my Windows 10 desktop with Firefox, touch event emulation has a touch related bug that causes the context menu signal to first fire a synthetic touchend, which makes holding an item somewhere impossible.

Pomax commented 1 month ago

I'm going to close this, as this is not a problem with this code base or the drag-drop-touch polyfill. It's just firefox refusing to properly implement touch emulation on all operating systems for some reason.