-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The button to clear all candidates simply does not work.
It might be an issue of focus being removed from the popup but I am not sure.
I am now unsure if the same popup works for the skip shared election function... I'll test it out and update this issue if so.
Code lens : https://github.com/V-ed/Scouts-Elections/blob/eba9d738289e9bae26bc691a56f3f2d2bac7f83e/js/setup.js#L175-L219
The issue stems from laptop touches that are probably treated differently than regular mouse clicks / touches.
I have no idea how this can be fixed. Maybe changing how I handle the popup display (instead of doing it via the focus of the "remove all candidates", do it manually?) would work? Dunno, it's something to look into.
The button to confirm does work, but not with a laptop's tap input on the trackpad. It does work however on a laptop when using a physical button.
I'll confirm this on my own laptop. Maybe different manufacturers use different touchpad technologies, and it would be better to use a system that works for everything.
Confirmed to also not work on my own laptop. Very interesting, I'll see how a touchpad tap is different than a click!