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
I've noticed that whenever I tap (using a laptop touchpad) on a check mark or X on Edge or Firefox, it almost always shows the "Note" popup. It does not do this on a mobile browser. My guess is there's some sensitivity level for the "hold" feature that is getting triggered for most browser click events. Also, for some reason, on my laptop touchpad, if I press 2 fingers down for a "click", it never shows the Notes popup (and properly checks/unchecks the item).
However, I've noticed it works fine when using a mouse and clicking using the left mouse button. It seems to be just when interacting with a touchpad (in my case, a Surface laptop).
It's not a blocker, just a bit annoying on desktop. Hoping this can be adjusted. Thanks!
The text was updated successfully, but these errors were encountered:
binarydad
changed the title
"Note" popup when clicking on item on desktop only
"Note" popup displaying when clicking on item on desktop only
Mar 20, 2025
binarydad
changed the title
"Note" popup displaying when clicking on item on desktop only
"Note" popup displaying when tapping on item on desktop only
Mar 20, 2025
BTW, could u provide the logs of this issue for further troubleshooting? For example:
// touch action
2025-03-22 16:56:04.860 | INFO | beaverhabits.frontend.components:_mouse_down_event:147 - Down event: 2025-03-22, touchstart
2025-03-22 16:56:04.916 | INFO | beaverhabits.frontend.components:_mouse_up_event:168 - Up event: 2025-03-22, touchend
2025-03-22 16:56:04.918 | INFO | beaverhabits.frontend.components:habit_tick:105 - Day 2025-03-22 ticked: True
// touch and hold (the note pop up threshold is 200ms)
2025-03-22 16:56:15.299 | INFO | beaverhabits.frontend.components:_mouse_down_event:147 - Down event: 2025-03-22, touchstart
2025-03-22 16:56:16.049 | INFO | beaverhabits.frontend.components:_mouse_up_event:168 - Up event: 2025-03-22, touchend
I've noticed that whenever I tap (using a laptop touchpad) on a check mark or X on Edge or Firefox, it almost always shows the "Note" popup. It does not do this on a mobile browser. My guess is there's some sensitivity level for the "hold" feature that is getting triggered for most browser click events. Also, for some reason, on my laptop touchpad, if I press 2 fingers down for a "click", it never shows the Notes popup (and properly checks/unchecks the item).
However, I've noticed it works fine when using a mouse and clicking using the left mouse button. It seems to be just when interacting with a touchpad (in my case, a Surface laptop).
It's not a blocker, just a bit annoying on desktop. Hoping this can be adjusted. Thanks!
The text was updated successfully, but these errors were encountered: