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

x11: context menu location error #21

Closed
wyhaya opened this issue Jan 4, 2024 · 2 comments · Fixed by #22
Closed

x11: context menu location error #21

wyhaya opened this issue Jan 4, 2024 · 2 comments · Fixed by #22

Comments

@wyhaya
Copy link
Contributor

wyhaya commented Jan 4, 2024

Reproduction

export GDK_BACKEND=x11
npm run examples/vanilla

You will see that the context menu is not in the same position as the mouse, it seems to be based on the position of the screen.

If you use wayland backend, you won't have this issue.

export GDK_BACKEND=wayland
npm run examples/vanilla

Note: AppImage built on Tauri uses x11 as backend.

@dancixx
Copy link

dancixx commented Jan 7, 2024

Same on macos.

c2r0b added a commit that referenced this issue Feb 26, 2024
@c2r0b c2r0b closed this as completed in #22 Feb 27, 2024
@c2r0b
Copy link
Owner

c2r0b commented Feb 27, 2024

x11 issue fixed in v0.7.1

@dancixx please open a new issue with details if you still encounter positioning problems on macos

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 a pull request may close this issue.

3 participants