You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
V-ed
changed the title
[BUG] : Setup : The button to clear all candidates names does not work
[BUG] : Setup : The button to clear all candidates does not work when tapping on a laptop touchpad
Jan 20, 2020
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!
The text was updated successfully, but these errors were encountered: