Tom4nt / Mega-Soundboard

Play and manage sounds with keybinds.
MIT License
12 stars 1 forks source link

Sounds can be "half" dragged. #64

Closed Tom4nt closed 1 year ago

Tom4nt commented 1 year ago

Description

A sound can be dragged in a way that prevents it from actually changing places but still shows the destination indicator (aka drag dummy). @Noctabou discovered this behavior and shared a video demonstrating the bug.

How to Reproduce

  1. Hold the left mouse on a sound.
  2. Move the mouse 5 pixels in any direction.
  3. Release the left mouse button.

AutoHotKey script that does the above (must be run while the mouse is on a sound):

Click, Down
MouseMove, 5, 0, 100, R
Click, Up

Environment