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

🐞 Crashes when dragged around using super #12

Open
ChildishGiant opened this issue May 22, 2024 · 1 comment
Open

🐞 Crashes when dragged around using super #12

ChildishGiant opened this issue May 22, 2024 · 1 comment

Comments

@ChildishGiant
Copy link

Describe the bug

When trying to move the window using super + mouse click and drag, the window closes. Here is what G_MESSAGES_DEBUG=all shows after trying to click and drag.

(WebKitWebProcess:39): Gdk-DEBUG: 20:47:21.222: warning: queue 0x760a280012b0 destroyed while proxies still attached:                                                                           

(WebKitWebProcess:39): Gdk-DEBUG: 20:47:21.222:   wpe_dmabuf_pool@12 still attached

Reproduction

No response

Operating System

Manjaro 24

Emoji Mart version

0.2.4

Additional context

No response

@vemonet
Copy link
Owner

vemonet commented Aug 22, 2024

Hi @ChildishGiant, note that for fixing those small bugs I am waiting for tauri v2 to be fully released and stable (the beta phase is over, they are now doing release candidates). Because a lot of the API are changing

To act as a pop up we automatically close the window when focus is lost, I guess starting to press super make the focus go away and the window is closed. Maybe we can find a better way than focus (click outside the window if available?)

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

No branches or pull requests

2 participants