Double click (or more) needed to interact with some functional elements in the interface
See original GitHub issueDescribe the bug: Since “the native PC tablets settings” update, it’s beign complicated to open menus, mark checkboxes etc. even with tablet option disabled. Some parts now working normally (as main menu burrons and beatmap list) but others still needing to click twice, thrice or even more to work.
Screenshots or videos showing encountered issue: https://user-images.githubusercontent.com/42657376/115503388-b8687600-a24c-11eb-9380-18a5d99d0fee.mp4
osu!lazer version: 2021.416.0 (latest)
Logs: database.log network.log performance.log runtime.log updater.log
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Should double click be avoided in web applications?
An application where double-click would make sense would be in grouped item selection. If you wanted to select one item, you could click...
Read more >Best way to detect double click on UI button with what I have?
If your code already does something when it's clicked, the simplest way to detect double-clicks is to create a variable that remembers the...
Read more >Double-Click Must Die
The main reason for double-click is to allow two operations to be overloaded onto a single-button mouse. Designers of more recent multi-button ...
Read more >Element: dblclick event - Web APIs | MDN
The dblclick event fires when a pointing device button (such as a mouse's primary button) is double-clicked; that is, when it's rapidly clicked ......
Read more >The 3-Click Rule for Navigation Is False
While it is important to keep key information easily accessible, the 3-click rule is an arbitrary rule of thumb that is not backed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Right, I have a good idea of what’s going on then. The actual plan was that you can leave the in-game tablet support enabled and not need to use the (somewhat haphazard Wacom implementation) but your window seems to be losing focus due to edge-of-screen clicks.
I know in stable we have windows ink disabling / taming code to handle edge cases like this, especially with incorrect clicks (already being tracked via https://github.com/ppy/osu-framework/issues/4258), which may help with this.
I think you can fix this issue for the time being by turning off “high precision mouse” and also turning off tablet support. Can you give that a try?
It would still be very handy to have a video showing this, if/when you find time!