question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Double click (or more) needed to interact with some functional elements in the interface

See original GitHub issue

Describe 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:open
  • Created 2 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
peppycommented, Apr 21, 2021

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?

0reactions
peppycommented, Apr 21, 2021

It would still be very handy to have a video showing this, if/when you find time!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found