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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

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
2 participants