-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: Cursor jumps vertically when reducing y-active area size #9322
Labels
bug
Something isn't working
Comments
Just to make sure: You don't have both the wacom module and another driver running at the same time right? My issue on #8751 was supposed to be fixed with #9132 but there's no change in tablet behavior for me. The video you attached is the same behavior I have when both the wacom module and opentabletdriver are running at the same time. |
clamydo
added a commit
to clamydo/Hyprland
that referenced
this issue
Feb 4, 2025
@clamydo I just tried it. Sadly didn't fix my issue. |
vaxerski
pushed a commit
that referenced
this issue
Feb 9, 2025
…9325) * fixes #9322, take `active_area_size` into account when sending tip event * check if `relative_input` is set As suggested by @y47s5s68tq870r7tc1xpp755pabopg * refactoring active area in own function to keep it DRY * coding style * making transformation static --------- Co-authored-by: clamydo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Already reported ? *
Regression?
Definitely a regression - something broke after update (requires bisect)
System Info and Hyprland Version
System/Version info
Description
tl;dr ae4e38d introduced a regression that makes the cursor jump on pen down event (see video).
When using a Wacom Intuos 3 while reducing the y-component of the active area size of the tablet (to match the aspect ratio of the monitor) the cursor jumps briefly when the pen connects with the tablet (see attached video).
This also means, drawing becomes impossible because everytime I set my pen down a vertical line is drawn.
Here is the relevant config:
This also does happen when this section in the config is absent! Only when setting
active_area_size
to the exact values reported byhyprctl devices
the cursor does not jump.Furthermore, the jump distance grows larger the further down the pen on the tablet moves, i.e. the closer the cursor gets to the bottom of the screen (so there must be a coordinate dependent bug in the code)!
I have git bisected the issue to the offending commit ae4e38d tablet: send
motion
s on tip events (#9132)How to reproduce
Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
hyprland.log
hyprland.conf.txt
mouse-jump.mp4
CC @MikeWalrus
The text was updated successfully, but these errors were encountered: