Alle rapporten
Decrypto rapporten
#87489: "Use select drop-down to enter guesses"
acknowledged: De ontwikkelaars zijn het eens dat dit een goed idee is en zijn van plan hieraan te werken
Waarover gaat dit rapport?
Wat is er gebeurd? Selecteer uit het onderstaande
Suggestie: volgens mij zou het volgende de implementatie van dit spel enorm verbeteren
Gedetailleerde beschrijving
• Gelieve jouw suggestie precies en beknopt uit te leggen zodat het zo makkelijk mogelijk is om te begrijpen wat je bedoelt.
The click-click-click of the current system is slow and bug-prone. I want a normal HTML <select> element to choose my guess from a list. Again here you can repeat the words. The items in the drop-down should look like "1 - CARROT" so there's no confusion what I'm guessing.• Welke browser gebruik je?
Google Chrome v112
Rapportgeschiedenis
quietmint • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
28 apr 2023 17:21 • Mobile phones already handle select drop-down natively in a good way, much better than the click-click-click of the current system.
quietmint • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
28 apr 2023 17:24 • Example of how Android renders the select drop-down after click (it's good): i.ibb.co/kSzHd7S/Screenshot-20230428-112231.png
quietmint • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
19 mei 2023 22:12 • Animation showing how it would function on desktop: iili.io/Hg1wmEF.gif
quietmint • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
19 mei 2023 22:17 • In the above mockup, I styled the <select> box like this to make the border and the dropdown arrow disappear:
-moz-appearance: none;
-webkit-appearance: none;
border: 0;
background: transparent;
padding: 5px 0;
width: 20px;
-moz-appearance: none;
-webkit-appearance: none;
border: 0;
background: transparent;
padding: 5px 0;
width: 20px;
Avelon • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
9 jul 2023 21:17 • I have a minimum ping of 650ms with a satellite internet connection. The fewer pages and actions I need to go through to make a choice, the better. Selecting numbers is particularly painful in this game during lag spikes, where it can take several seconds between each click to register (or it fails to register a click entirely due to timeout).
Drop-down menu would be much faster and less painful for everyone, but especially players with high pings and unstable connections, as only 1 action needs to be sent to the game.
Drop-down menu would be much faster and less painful for everyone, but especially players with high pings and unstable connections, as only 1 action needs to be sent to the game.
epsalon • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
21 jul 2023 7:07 • Also best if you can have keyboard bindings so you can just type the numbers on your keyboard.
quietmint • De ontwikkelaars hebben deze suggestie nog niet geanalyseerd:
19 dec 2023 0:24 • Using a normal <select> dropdown would indeed automatically support keyboard bindings after clicking on the dropdown.
joezg • De ontwikkelaars zijn het eens dat dit een goed idee is en zijn van plan hieraan te werken:
20 dec 2024 16:50 • For now I changed the click-to-set UI to be more responsive and hopefully easier to use. It is not perfect so I might try to improve it or change it to something completely different.
Dit rapport aanvullen
Gelieve hier alle informatie toe te voegen die relevant is om deze bug te reproduceren of jouw suggestie te begrijpen:
- Andere tafel ID / zet ID
- Loste F5 het probleem op?
- Kwam het probleem meerdere keren voor? Altijd? Willekeurig?
- Als je een schermafbeelding van deze bug hebt (goede gewoonte), kun je Imgur.com gebruiken om deze te uploaden, de link kopiëren en hier plakken.