**Describe the bug** Clicking and dragging the window bottom teleports mouse to upper left corner **To Reproduce** Steps to reproduce the behavior: 1. Click and hold mouse below seekbar, drag mouse down past window edge 2. Mouse teleports to upper left **Expected behavior** Mouse does not start dragging and leaves window **Screenshots** https://github.com/user-attachments/assets/71b1fead-c9c5-4a35-bf51-1c79d9d20801 **Your Environment** - SMPlayer version: 25.6.0 - OS: Fedora Linux 43, KDE 6.5, Flatpak - Multimedia engine: MPV Note: Bug triggers on breeze style, but not windows, fusion, or adwaita This is a relatively new bug and i've not noticed this behaviour before. It appears to be a pointer warp issue as running flatpak override --user --env=LIBINPUT_DISABLE_WARPING=1 info.smplayer.SMPlayer fixes this issue, but still has my mouse click and drag from the bottom of the screen, which seems to be unintended behavior  Proposed solution: disable pointer warp app-wide and/or fix buggy drag clickbox on breeze theme
Describe the bug
Clicking and dragging the window bottom teleports mouse to upper left corner
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mouse does not start dragging and leaves window
Screenshots
Screencast_20260221_131016.webm
Your Environment
Note: Bug triggers on breeze style, but not windows, fusion, or adwaita
This is a relatively new bug and i've not noticed this behaviour before.
It appears to be a pointer warp issue as running
flatpak override --user --env=LIBINPUT_DISABLE_WARPING=1 info.smplayer.SMPlayer
fixes this issue, but still has my mouse click and drag from the bottom of the screen, which seems to be unintended behavior
Proposed solution: disable pointer warp app-wide and/or fix buggy drag clickbox on breeze theme