Skip to content
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

move: Use post input signal for touch move grabs #2508

Merged
merged 1 commit into from
Nov 12, 2024
Merged

move: Use post input signal for touch move grabs #2508

merged 1 commit into from
Nov 12, 2024

Conversation

soreau
Copy link
Member

@soreau soreau commented Nov 6, 2024

Without this, touch fingers are not set yet which causes a visual jump when attempting to move drag a window with touchscreen devices. Use post signal so that the fingers are properly detected and the correct coordinates are used in the first place.

Fixes #2505.

Without this, touch fingers are not set yet which causes a visual jump
when attempting to move drag a window with touchscreen devices. Use
post signal so that the fingers are properly detected and the correct
coordinates are used in the first place.

Fixes #2505.
@zougloub
Copy link

zougloub commented Nov 6, 2024

Tested here, OK.

Copy link
Member

@ammen99 ammen99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@ammen99 ammen99 merged commit ea5118a into master Nov 12, 2024
8 checks passed
arpio23 pushed a commit to droidian/wayfire that referenced this pull request Dec 20, 2024
Without this, touch fingers are not set yet which causes a visual jump
when attempting to move drag a window with touchscreen devices. Use
post signal so that the fingers are properly detected and the correct
coordinates are used in the first place.

Fixes WayfireWM#2505.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Moving window using touchscreen window title drag causes jump of window; using mouse doesn't do it
3 participants